Skip to content

Commit

Permalink
Fix spelling in tree-loading-data docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mbraak committed Sep 2, 2018
1 parent 34b6531 commit 73d3d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _entries/76_tree-loading-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Example code:

{% highlight js %}
$('#tree1').on(
'tree.loadings_data',
'tree.loading_data',
function(e) {
console.log(e.isLoading, e.node, e.$el);
}
Expand Down

0 comments on commit 73d3d7d

Please sign in to comment.