Explorar el Código

New "ingredient" for LungoJS Device Api

https://github.com/TapQuo/Lungo.Device
Javier Jiménez Villar hace 14 años
padre
commit
afbc5c7d6e
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/Lungo.js

+ 2 - 1
src/Lungo.js

@@ -28,4 +28,5 @@ LUNGO.VERSION = '1.0.1';
 LUNGO.Attributes || (LUNGO.Attributes = {});
 LUNGO.Data || (LUNGO.Data = {});
 LUNGO.Sugar || (LUNGO.Sugar = {});
-LUNGO.View || (LUNGO.View = {});
+LUNGO.View || (LUNGO.View = {});
+LUNGO.Device || (LUNGO.Device = {});