Browse Source

New "ingredient" for LungoJS Device Api

https://github.com/TapQuo/Lungo.Device
Javier Jiménez Villar 14 năm trước cách đây
mục cha
commit
5c86c6c282
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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 = {});