Skip to content

Commit

Permalink
add semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
김부승 committed Jun 22, 2016
1 parent 0b764b5 commit c091159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/base/module/Dropzone.js
Expand Up @@ -18,7 +18,7 @@ define(function () {
$document.off(key.substr(2).toLowerCase(), documentEventHandlers[key]);
});
documentEventHandlers = {};
}
};

/**
* attach Drag and Drop Events
Expand Down

0 comments on commit c091159

Please sign in to comment.