Add User, port simplified paging
[blerg.git] / www / jssrc / blerg / package.js
index c3c3013..dc52cd4 100644 (file)
@@ -1,5 +1,6 @@
 enyo.depends(
        'API.js',
+       'Util.js',
        'Link.js',
        'Record.js',
        'Title.js',
@@ -10,5 +11,7 @@ enyo.depends(
        'SignupDialog.js',
        'PasswdDialog.js',
        'Welcome.js',
+       'Pager.js',
+       'User.js',
        'Blerg.js'
 );