Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Apr 18, 2016
2 parents ba161a4 + 9471b72 commit eefc96d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/default/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const tree = new InfiniteTree(document.querySelector('#default [data-id="tree"]'
console.log('drop:', e, e.dataTransfer.getData('text'));

const innerHTML = 'Dropped to <b>' + quoteattr(node.name) + '</b>';
document.querySelector('#classic [data-id="dropped-result"]').innerHTML = innerHTML;
document.querySelector('#default [data-id="dropped-result"]').innerHTML = innerHTML;
}
},
loadNodes: (parentNode, done) => {
Expand Down

0 comments on commit eefc96d

Please sign in to comment.