Explorar o código

Send LUNGO instance to closure LUNGO.View.Template

Javier Jiménez Villar %!s(int64=14) %!d(string=hai) anos
pai
achega
19b9dc5aa0
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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);