Procházet zdrojové kódy

New "ingredient" for LungoJS Device Api

https://github.com/TapQuo/Lungo.Device
Javier Jiménez Villar před 14 roky
rodič
revize
afbc5c7d6e
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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 = {});