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([
|
||||
'lib/fastclick',
|
||||
'lib/underscore',
|
||||
'home/map',
|
||||
'home/dashboard',
|
||||
'home/router',
|
||||
@@ -12,6 +13,6 @@ requirejs([
|
||||
'home/tools',
|
||||
'home/search'
|
||||
],
|
||||
function(fastclick, map, router) {
|
||||
function(fastclick,underscore, map, router) {
|
||||
fastclick(document.body);
|
||||
});
|
||||
Reference in New Issue
Block a user