Skip to content

Commit

Permalink
Merge pull request #87 from herpiko/fixtypo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
herpiko authored Sep 30, 2017
2 parents f25c570 + 622109e commit 991fe87
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions dev_require.sh

This file was deleted.

1 change: 1 addition & 0 deletions system/js/desktop.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ var desktop = (function() {
this.classList.add('enter');
$(this).children('img').addClass('ui-bin-img-enter');
console.log('enter');
}

var dragLeave = function(e) {
this.classList.remove('enter');
Expand Down

0 comments on commit 991fe87

Please sign in to comment.