diff options
-rw-r--r-- | polldance.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polldance.js b/polldance.js index b933e04..824fba3 100644 --- a/polldance.js +++ b/polldance.js @@ -4,7 +4,7 @@ * Released under the MIT license (see COPYING file in source distribution) */ (function () { -var DEBUG = true; +/** @define {boolean} */ var DEBUG = true; "use strict"; (function (window, undefined) { |