From 4d2d24532f3e0727a784e715c9a018bd8f086a49 Mon Sep 17 00:00:00 2001 From: James Long Date: Fri, 22 Jun 2012 14:16:34 -0400 Subject: [PATCH] remove a few things from app.js --- www/js/app.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/www/js/app.js b/www/js/app.js index 9731acf..c60455b 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -30,16 +30,10 @@ require(['https://marketplace-cdn.addons.mozilla.net/mozmarket.js'], require(['jquery'], function($) { - // If using Twitter Bootstrap, you need to require all the - // components that you use, like so: - // require('bootstrap/dropdown'); - // require('bootstrap/alert'); - // Put your js code here - }); // END REQUIRE.JS CODE