diff options
author | Nivesh Rajbhandari | 2012-05-03 17:07:40 -0700 |
---|---|---|
committer | Nivesh Rajbhandari | 2012-05-03 17:07:40 -0700 |
commit | c14b8d9fd1acde98ffc427b0bbdba7d1442c39a4 (patch) | |
tree | d7744f071bf1b45578244e7355898025498f93fe /js | |
parent | 3bbb69b59877b64d4b22b4106e833e1bb45775e2 (diff) | |
download | ninja-c14b8d9fd1acde98ffc427b0bbdba7d1442c39a4.tar.gz |
Converting canvas runtime to use prototypes for geom obj, rectangle, oval and line.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
Diffstat (limited to 'js')
-rw-r--r-- | js/io/system/ninjalibrary.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/io/system/ninjalibrary.json b/js/io/system/ninjalibrary.json index e236f2e0..3f4584d5 100644 --- a/js/io/system/ninjalibrary.json +++ b/js/io/system/ninjalibrary.json | |||
@@ -1,6 +1,6 @@ | |||
1 | { | 1 | { |
2 | "libraries": [ | 2 | "libraries": [ |
3 | {"name": "Montage", "path": "/node_modules/descriptor.json", "version": "0.7.0.0"}, | 3 | {"name": "Montage", "path": "/node_modules/descriptor.json", "version": "0.7.0.0"}, |
4 | {"name": "RDGE", "path": "/assets/descriptor.json", "version": "0.5.5.0"} | 4 | {"name": "RDGE", "path": "/assets/descriptor.json", "version": "0.5.6.0"} |
5 | ] | 5 | ] |
6 | } \ No newline at end of file | 6 | } \ No newline at end of file |