Skip to content

Commit 8aa4852

Browse files
docs(timeline): Remove debugger from Example 3
1 parent 819777c commit 8aa4852

File tree

1 file changed

+0
-1
lines changed
  • controls/timeline/client-side-programming

1 file changed

+0
-1
lines changed

controls/timeline/client-side-programming/events.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ The exceptions are the OnInitialize and OnLoad events that are specific to the M
8787
<script>
8888
function OnExpand(sender, args) {
8989
var item = args.get_dataItem();
90-
debugger;
9190
if (item.attributes && item.attributes.CustomProp && item.attributes.CustomProp == "expandable") {
9291
console.log("You have expanded " + item.title + "with description: " + item.description);
9392
}

0 commit comments

Comments
 (0)