We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 819777c commit 8aa4852Copy full SHA for 8aa4852
controls/timeline/client-side-programming/events.md
@@ -87,7 +87,6 @@ The exceptions are the OnInitialize and OnLoad events that are specific to the M
87
<script>
88
function OnExpand(sender, args) {
89
var item = args.get_dataItem();
90
- debugger;
91
if (item.attributes && item.attributes.CustomProp && item.attributes.CustomProp == "expandable") {
92
console.log("You have expanded " + item.title + "with description: " + item.description);
93
}
0 commit comments