mirror of https://github.com/perkeep/perkeep.git
Actually turn Closure's DEBUG flag off. This was backwards in 17e3799cda
.
Change-Id: I6228ef77bdbe82ad77fa5d60c853df02820d23c1
This commit is contained in:
parent
e19a3d150c
commit
5b811fa1b1
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue