Browse Source

New "ingredient" for LungoJS Device Api

https://github.com/TapQuo/Lungo.Device
Javier Jiménez Villar 14 years ago
parent
commit
5c86c6c282
1 changed files with 2 additions and 1 deletions
  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 = {});