Skip to content

Commit

Permalink
Removing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MeoMix committed Apr 24, 2015
1 parent 9b88f87 commit 300fa82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/js/foreground/view/behavior/sortable.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
_onMouseEnter: function () {
// There's no reason to take this perf hit unless the user is actually going to use sortable logic.
// So, only run it once the user could potentially need to do so.
// TODO: Perhaps it would be better to emit an 'idle' event from the App once critical content is loaded and then this logic could run.
if (!this.isDecorated) {
this.isDecorated = true;

Expand Down

0 comments on commit 300fa82

Please sign in to comment.