@@ -4,7 +4,7 @@ var async = require( "async" );
4
4
var extend = require ( "util" ) . _extend ;
5
5
var banner = require ( "./banner" ) ;
6
6
var sqwish = require ( "sqwish" ) ;
7
- var Package1_12 = require ( "./package-1-12 " ) ;
7
+ var Package1_13 = require ( "./package-1-13 " ) ;
8
8
var path = require ( "path" ) ;
9
9
var ThemeGallery = require ( "./themeroller-themegallery" ) ;
10
10
@@ -20,19 +20,19 @@ function Package( files, runtime ) {
20
20
if ( ! runtime . themeVars ) {
21
21
runtime . themeVars = this . themeGallery [ 0 ] . vars ;
22
22
}
23
- Package1_12 . apply ( this , arguments ) ;
23
+ Package1_13 . apply ( this , arguments ) ;
24
24
}
25
25
26
26
extend ( Package . prototype , {
27
- "AUTHORS.txt" : Package1_12 . prototype [ "AUTHORS.txt" ] ,
28
- "LICENSE.txt" : Package1_12 . prototype [ "LICENSE.txt" ] ,
29
- "images" : Package1_12 . prototype . images ,
30
- "jquery-ui.css" : Package1_12 . prototype [ "jquery-ui.css" ] ,
31
- "jquery-ui.structure.css" : Package1_12 . prototype [ "jquery-ui.structure.css" ] ,
32
- "jquery-ui.theme.css" : Package1_12 . prototype [ "jquery-ui.theme.css" ] ,
33
- "jquery-ui.min.css" : Package1_12 . prototype [ "jquery-ui.min.css" ] ,
34
- "jquery-ui.structure.min.css" : Package1_12 . prototype [ "jquery-ui.structure.min.css" ] ,
35
- "jquery-ui.theme.min.css" : Package1_12 . prototype [ "jquery-ui.theme.min.css" ] ,
27
+ "AUTHORS.txt" : Package1_13 . prototype [ "AUTHORS.txt" ] ,
28
+ "LICENSE.txt" : Package1_13 . prototype [ "LICENSE.txt" ] ,
29
+ "images" : Package1_13 . prototype . images ,
30
+ "jquery-ui.css" : Package1_13 . prototype [ "jquery-ui.css" ] ,
31
+ "jquery-ui.structure.css" : Package1_13 . prototype [ "jquery-ui.structure.css" ] ,
32
+ "jquery-ui.theme.css" : Package1_13 . prototype [ "jquery-ui.theme.css" ] ,
33
+ "jquery-ui.min.css" : Package1_13 . prototype [ "jquery-ui.min.css" ] ,
34
+ "jquery-ui.structure.min.css" : Package1_13 . prototype [ "jquery-ui.structure.min.css" ] ,
35
+ "jquery-ui.theme.min.css" : Package1_13 . prototype [ "jquery-ui.theme.min.css" ] ,
36
36
37
37
"themes" : function ( callback ) {
38
38
var files = { } ;
0 commit comments