Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
stephband committed Oct 28, 2016
1 parent 1550a2b commit 5f97932
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ <h3 class="text-4">Native DOM</h3>
{% highlight js %}
var node = document.querySelector('.mydiv');

// A movestart event must be bound and explicitly
// enabled or other move events will not fire
// A movestart event must be bound
// and explicitly enabled
node.addEventListener('movestart', function(e) {
e.enableMove();
});
Expand Down

0 comments on commit 5f97932

Please sign in to comment.