Commit f8afa2e 1 parent 6a5d0d4 commit f8afa2e Copy full SHA for f8afa2e
File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ $ . ender ( { moment : require ( 'moment' ) } )
Original file line number Diff line number Diff line change 735
735
if ( hasModule ) {
736
736
module . exports = moment ;
737
737
}
738
- if ( typeof window !== 'undefined' ) {
738
+ /*global ender:false */
739
+ if ( typeof window !== 'undefined' && typeof ender === 'undefined' ) {
739
740
window . moment = moment ;
740
741
}
741
742
/*global define:false */
Original file line number Diff line number Diff line change 6
6
"author" : " Tim Wood <washwithcare@gmail.com> (http://timwoodcreates.com/)" ,
7
7
"keywords" : [
8
8
" moment" ,
9
- " date"
9
+ " date" ,
10
+ " ender"
10
11
],
11
12
"main" : " ./moment.js" ,
12
13
"engines" : {
28
29
"jshint" : " latest" ,
29
30
"uglify-js" : " latest" ,
30
31
"nodeunit" : " latest"
31
- }
32
+ },
33
+ "ender" : " ./ender.js"
32
34
}
You can’t perform that action at this time.
0 commit comments