Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/html/lib/canvas/package.js
diff options
context:
space:
mode:
Diffstat (limited to 'html/lib/canvas/package.js')
-rw-r--r--html/lib/canvas/package.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/html/lib/canvas/package.js b/html/lib/canvas/package.js
new file mode 100644
index 0000000..0c62c5d
--- /dev/null
+++ b/html/lib/canvas/package.js
@@ -0,0 +1,9 @@
+enyo.depends(
+ "Canvas.js",
+ "CanvasControl.js",
+ "Shape.js",
+ "Circle.js",
+ "Rectangle.js",
+ "Text.js",
+ "Image.js"
+);