소스 검색

New "ingredient" for LungoJS Device Api

https://github.com/TapQuo/Lungo.Device
Javier Jiménez Villar 14 년 전
부모
커밋
5c86c6c282
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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 = {});