From ec13a20d79278bd5bd9b85c1a1520e3231839443 Mon Sep 17 00:00:00 2001 From: Puzzlet Chung Date: Tue, 15 Oct 2013 02:35:32 +0900 Subject: [PATCH] rm compile-time-generated file --- lib/templates.js | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 lib/templates.js diff --git a/lib/templates.js b/lib/templates.js deleted file mode 100644 index 00b1f84..0000000 --- a/lib/templates.js +++ /dev/null @@ -1,43 +0,0 @@ -(function() { - var template = Handlebars.template, templates = Handlebars.templates = Handlebars.templates || {}; -templates['loadingOverlay'] = template(function (Handlebars,depth0,helpers,partials,data) { - this.compilerInfo = [2,'>= 1.0.0-rc.3']; -helpers = helpers || Handlebars.helpers; data = data || {}; - - - - return "\n
\n"; - }); -templates['navigateLeft'] = template(function (Handlebars,depth0,helpers,partials,data) { - this.compilerInfo = [2,'>= 1.0.0-rc.3']; -helpers = helpers || Handlebars.helpers; data = data || {}; - - - - return "\n
\n \n
\n"; - }); -templates['navigateRight'] = template(function (Handlebars,depth0,helpers,partials,data) { - this.compilerInfo = [2,'>= 1.0.0-rc.3']; -helpers = helpers || Handlebars.helpers; data = data || {}; - - - - return "\n
\n \n
\n"; - }); -templates['progressbar'] = template(function (Handlebars,depth0,helpers,partials,data) { - this.compilerInfo = [2,'>= 1.0.0-rc.3']; -helpers = helpers || Handlebars.helpers; data = data || {}; - - - - return "
\n
\n
\n
\n
\n"; - }); -templates['toolbar'] = template(function (Handlebars,depth0,helpers,partials,data) { - this.compilerInfo = [2,'>= 1.0.0-rc.3']; -helpers = helpers || Handlebars.helpers; data = data || {}; - - - - return "\n
\n\n \n\n \n\n
\n"; - }); -})(); \ No newline at end of file