From 62212280c2e3967ff5afe197a2356bc1b47d2b65 Mon Sep 17 00:00:00 2001 From: Justin Karneges Date: Wed, 30 Jan 2013 16:11:21 -0800 Subject: mark DEBUG as a define --- polldance.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.2.3