equal
deleted
inserted
replaced
2 //Load modules and use them |
2 //Load modules and use them |
3 if( typeof require.config === "function" ) { |
3 if( typeof require.config === "function" ) { |
4 require.config({ |
4 require.config({ |
5 paths: { |
5 paths: { |
6 'jquery':'../lib/jquery/jquery', |
6 'jquery':'../lib/jquery/jquery', |
7 // 'underscore':'../lib/underscore/underscore', |
|
8 // 'underscore':'../lib/lodash-compat/lodash', |
|
9 'underscore':'../lib/lodash/lodash', |
7 'underscore':'../lib/lodash/lodash', |
10 'filesaver' :'../lib/FileSaver/FileSaver', |
8 'filesaver' :'../lib/FileSaver/FileSaver', |
11 'requtils':'require-utils' |
9 'requtils':'require-utils' |
12 } |
10 } |
13 }); |
11 }); |