diff --git a/lib/client/listeners.js b/lib/client/listeners.js index 51336371..79a3ee65 100644 --- a/lib/client/listeners.js +++ b/lib/client/listeners.js @@ -153,7 +153,7 @@ var Util, DOM, CloudFunc, CloudCmd; } function onClick(event) { - var ctrl = event.ctrlKey; + var ctrl = event.ctrlKey; if (!ctrl) event.preventDefault(); @@ -162,7 +162,7 @@ var Util, DOM, CloudFunc, CloudCmd; } function toggleSelect(key, files) { - var isMac = /Mac/.test(window.navigator.platform); + var isMac = /Mac/.test(window.navigator.platform); if (!key) throw Error('key should not be undefined!');