소스 검색

Added QuoJS 2.3 (Release Candidate)

soyjavi 13 년 전
부모
커밋
d4a9db7bbf
3개의 변경된 파일1262개의 추가작업 그리고 0개의 파일을 삭제
  1. 12 0
      example/components/quojs/component.json
  2. 1246 0
      example/components/quojs/quo.js
  3. 4 0
      example/components/quojs/quo.min.js

+ 12 - 0
example/components/quojs/component.json

@@ -0,0 +1,12 @@
+{
+  "name": "QuoJS",
+  "description": "Micro #JavaScript Library for Mobile Devices",
+  "version": "2.3.0",
+  "homepage": "http://quojs.tapquo.com",
+  "author": {
+    "name": "Tapquo S.L.",
+    "site": "http://tapquo.com"},
+  "main": ["quo.js"],
+  "keywords": [ "mobile" ],
+  "license": [{"type": "MIT"}]
+}

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


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