소스 검색

Implemented QuoJS 2.3 (Release Candidate)

soyjavi 13 년 전
부모
커밋
2ca1e74135
4개의 변경된 파일1237개의 추가작업 그리고 1378개의 파일을 삭제
  1. 8 19
      components/QuoJS/component.json
  2. 0 1333
      components/QuoJS/quo.debug.js
  3. 1225 26
      components/QuoJS/quo.js
  4. 4 0
      components/QuoJS/quo.min.js

+ 8 - 19
components/QuoJS/component.json

@@ -1,23 +1,12 @@
 {
   "name": "QuoJS",
   "description": "Micro #JavaScript Library for Mobile Devices",
-  "version": "2.2.0",
+  "version": "2.3.0",
   "homepage": "http://quojs.tapquo.com",
-  "main": [
-    "quo.js"
-  ],
-  "keywords": [
-    "mobile"
-  ],
-  "license": [
-    {
-      "type": "MIT"
-    }
-  ],
-  "_id": "QuoJS@2.2.0",
-  "readme": "ERROR: No README.md file found!",
-  "repository": {
-    "type": "git",
-    "url": "git://github.com/soyjavi/package-quojs.git"
-  }
-}
+  "author": {
+    "name": "Tapquo S.L.",
+    "site": "http://tapquo.com"},
+  "main": ["quo.js"],
+  "keywords": [ "mobile" ],
+  "license": [{"type": "MIT"}]
+}

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 1333
components/QuoJS/quo.debug.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1225 - 26
components/QuoJS/quo.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 4 - 0
components/QuoJS/quo.min.js