add meitu

This commit is contained in:
lh_wang
2015-08-06 12:39:11 +08:00
parent ca72d48566
commit 5a4a1e8d3f
19 changed files with 6613 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
requirejs.config({
baseUrl: 'js'
});
requirejs([
'lib/zepto_pj',
'home/map',
'lib/underscore',
'home/dashboard'
],
function(zepto_pj, map, underscore) {
});