Actually turn Closure's DEBUG flag off. This was backwards in 17e3799cda.

Change-Id: I6228ef77bdbe82ad77fa5d60c853df02820d23c1
This commit is contained in:
Aaron Boodman 2014-02-17 10:58:44 -08:00
parent e19a3d150c
commit 5b811fa1b1
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ limitations under the License.
<script src="react/react-with-addons.js"></script>
<script>
goog.DEBUG = true;
goog.DEBUG = false;
goog.require('goog.Uri');
goog.require('cam.AnimationLoop');
goog.require('cam.IndexPage');