fnpjs: remove unused code
[fnpeditor.git] / src / fnpjs / runner.js
index 6c28a61..f3edd31 100644 (file)
@@ -33,10 +33,6 @@ var Runner = function(app, modules) {
             return bootstrappedData[moduleName];
         };
         
             return bootstrappedData[moduleName];
         };
         
-        this.getTemplate = function(templateName) {
-            return _.template($('[data-template-name="' + moduleName + '.' + templateName + '"]').html().trim());
-        };
-        
         this.publish = function(eventName) {
             var eventArgs = Array.prototype.slice.call(arguments, 1);
             _.each(eventListeners, function(listenerModuleName) {
         this.publish = function(eventName) {
             var eventArgs = Array.prototype.slice.call(arguments, 1);
             _.each(eventListeners, function(listenerModuleName) {