mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-06-27 16:10:13 +08:00
use jquery-simulate-ext instead of jquery-simulate
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@
|
||||
"moment": "2.6.0",
|
||||
"jquery": "~1.10.2",
|
||||
"jquery-ui": "~1.10.3",
|
||||
"jquery-simulate": "*",
|
||||
"jquery-simulate-ext": "~1.3.0",
|
||||
"jquery-mockjax": "~1.5.3",
|
||||
"jasmine-jquery": "~2.0.3",
|
||||
"jasmine-fixture": "~1.2.0"
|
||||
|
||||
+10
-1
@@ -13,11 +13,20 @@ module.exports = function(config) {
|
||||
'lib/moment/moment.js',
|
||||
'lib/jquery/jquery.js',
|
||||
'lib/jquery-ui/ui/jquery-ui.js',
|
||||
'lib/jquery-simulate/jquery.simulate.js',
|
||||
|
||||
// for jquery-simulate-ext
|
||||
'lib/jquery-simulate-ext/libs/bililiteRange.js',
|
||||
'lib/jquery-simulate-ext/libs/jquery.simulate.js',
|
||||
'lib/jquery-simulate-ext/src/jquery.simulate.ext.js',
|
||||
'lib/jquery-simulate-ext/src/jquery.simulate.drag-n-drop.js',
|
||||
'lib/jquery-simulate-ext/src/jquery.simulate.key-sequence.js',
|
||||
'lib/jquery-simulate-ext/src/jquery.simulate.key-combo.js',
|
||||
|
||||
'lib/jquery-mockjax/jquery.mockjax.js',
|
||||
'lib/jasmine-jquery/lib/jasmine-jquery.js',
|
||||
'lib/jasmine-fixture/dist/jasmine-fixture.js',
|
||||
'tests/lib/jasmine-ext.js',
|
||||
|
||||
'build/out/fullcalendar.js',
|
||||
'build/out/gcal.js',
|
||||
'build/out/lang/all.js',
|
||||
|
||||
Reference in New Issue
Block a user