Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/html/lib/fu/source/package.js
diff options
context:
space:
mode:
Diffstat (limited to 'html/lib/fu/source/package.js')
-rw-r--r--html/lib/fu/source/package.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/html/lib/fu/source/package.js b/html/lib/fu/source/package.js
new file mode 100644
index 0000000..557ba04
--- /dev/null
+++ b/html/lib/fu/source/package.js
@@ -0,0 +1,5 @@
+enyo.depends(
+ "button.css",
+ "input.css",
+ "tab.css"
+);