Sfoglia il codice sorgente

Changes in core file

Javi Jimenez Villar 13 anni fa
parent
commit
0102439f6a
1 ha cambiato i file con 10 aggiunte e 2 eliminazioni
  1. 10 2
      src/Lungo.coffee

+ 10 - 2
src/Lungo.coffee

@@ -1,7 +1,15 @@
-Lungo = Lungo or {}
+###
+Lungo - HTML5 Cross-Device Framework
+http://lungo.tapquo.com
+Copyright (c) 2011-2013 Tapquo S.L. - Licensed GPLv3, Commercial
 
-Lungo.VERSION = "2.1.0305"
+@namespace  Lungo
+@author     Javier Jimenez Villar <javi@tapquo.com> || @soyjavi
+###
 
+window.Lungo = Lungo = {}
+
+Lungo.VERSION = "2.1.0313"
 Lungo.DEVICE = null
 Lungo.Element or (Lungo.Element = {})
 Lungo.Data or (Lungo.Data = {})