Skip to content

Commit aadad85

Browse files
committed
dropzone: Cleaned code with PhpStorm
Signed-off-by: Stefan Weil <[email protected]>
1 parent c435adb commit aadad85

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

dropzone.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ module.exports = Emitter;
216216

217217
function Emitter(obj) {
218218
if (obj) return mixin(obj);
219-
};
219+
}
220220

221221
/**
222222
* Mixin the emitter properties.
@@ -462,7 +462,6 @@ require.register("dropzone/lib/dropzone.js", function(exports, require, module){
462462
if (/(^| )dz-message($| )/.test(child.className)) {
463463
messageElement = child;
464464
child.className = "dz-message";
465-
continue;
466465
}
467466
}
468467
if (!messageElement) {
@@ -1639,7 +1638,6 @@ require.register("dropzone/lib/dropzone.js", function(exports, require, module){
16391638
regex = _ref[_i];
16401639
if (regex.test(navigator.userAgent)) {
16411640
capableBrowser = false;
1642-
continue;
16431641
}
16441642
}
16451643
}
@@ -1916,4 +1914,4 @@ if (typeof exports == "object") {
19161914
define(function(){ return require("dropzone"); });
19171915
} else {
19181916
this["Dropzone"] = require("dropzone");
1919-
}})();
1917+
}})();

0 commit comments

Comments
 (0)