mirror of
https://github.com/wu736139669/vczero.github.io.git
synced 2026-08-05 06:23:38 +00:00
add underscore in main.js
This commit is contained in:
+2
-1
@@ -5,6 +5,7 @@ requirejs.config({
|
|||||||
|
|
||||||
requirejs([
|
requirejs([
|
||||||
'lib/fastclick',
|
'lib/fastclick',
|
||||||
|
'lib/underscore',
|
||||||
'home/map',
|
'home/map',
|
||||||
'home/dashboard',
|
'home/dashboard',
|
||||||
'home/router',
|
'home/router',
|
||||||
@@ -12,6 +13,6 @@ requirejs([
|
|||||||
'home/tools',
|
'home/tools',
|
||||||
'home/search'
|
'home/search'
|
||||||
],
|
],
|
||||||
function(fastclick, map, router) {
|
function(fastclick,underscore, map, router) {
|
||||||
fastclick(document.body);
|
fastclick(document.body);
|
||||||
});
|
});
|
||||||
Reference in New Issue
Block a user