瀏覽代碼

Send LUNGO instance to closure LUNGO.View.Template

Javier Jiménez Villar 14 年之前
父節點
當前提交
05c01da9d5
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/view/Lungo.View.Template.js

+ 2 - 2
src/view/Lungo.View.Template.js

@@ -9,7 +9,7 @@
  * @author Guillermo Pascual <pasku@tapquo.com> || @pasku1
  */
  
-LUNGO.View.Template = (function(undefined) {
+LUNGO.View.Template = (function(lng, undefined) {
 
     var _templates = {};
 
@@ -70,4 +70,4 @@ LUNGO.View.Template = (function(undefined) {
         binding: binding
     };
 
-})();
+})(LUNGO);