Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a7bb9e9

Browse files
committed
fix indentation
1 parent aa6ca78 commit a7bb9e9

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

js/main.js

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
require.config({
2-
paths: {
3-
jquery: '../lib/jquery/jquery.min',
4-
underscore: '../lib/underscore/underscore-min'
5-
},
6-
shim: {
7-
underscore: {
8-
exports: '_'
9-
}
10-
},
11-
packages: [
12-
{
13-
name: 'larch',
14-
main: 'larch',
15-
location: 'larch'
16-
}
17-
]
2+
paths: {
3+
jquery: '../lib/jquery/jquery.min',
4+
underscore: '../lib/underscore/underscore-min'
5+
},
6+
shim: {
7+
underscore: {
8+
exports: '_'
9+
}
10+
},
11+
packages: [
12+
{
13+
name: 'larch',
14+
main: 'larch',
15+
location: 'larch'
16+
}
17+
]
1818
});
1919

2020
require(['jquery', 'underscore', 'larch', 'larch/validation'], function($, _, larch, validation) {
21-
$(function() {
22-
console.dir(larch);
23-
console.dir(validation);
24-
});
21+
$(function() {
22+
console.dir(larch);
23+
console.dir(validation);
24+
});
2525
});

0 commit comments

Comments
 (0)