diff options
author | Justin Karneges <justin@affinix.com> | 2013-01-30 16:11:21 -0800 |
---|---|---|
committer | Justin Karneges <justin@affinix.com> | 2013-01-30 16:11:21 -0800 |
commit | 62212280c2e3967ff5afe197a2356bc1b47d2b65 (patch) | |
tree | 58edd51c80bddd99112a5c7158466467b3d9adb8 | |
parent | 00e77549424dc78a123d832fb671d785466d7281 (diff) | |
download | pollymer-62212280c2e3967ff5afe197a2356bc1b47d2b65.tar pollymer-62212280c2e3967ff5afe197a2356bc1b47d2b65.tar.gz |
mark DEBUG as a define
-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) { |