From c091159272e361c3c1d325bfdb532ba98c8aacfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B6=80=EC=8A=B9?= Date: Wed, 22 Jun 2016 12:42:26 +0900 Subject: [PATCH] add semicolon --- src/js/base/module/Dropzone.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/base/module/Dropzone.js b/src/js/base/module/Dropzone.js index a9ee181b8..39fb3437d 100644 --- a/src/js/base/module/Dropzone.js +++ b/src/js/base/module/Dropzone.js @@ -18,7 +18,7 @@ define(function () { $document.off(key.substr(2).toLowerCase(), documentEventHandlers[key]); }); documentEventHandlers = {}; - } + }; /** * attach Drag and Drop Events