This repository was archived by the owner on Oct 8, 2021. It is now read-only.
File tree 10 files changed +3
-407
lines changed
10 files changed +3
-407
lines changed Original file line number Diff line number Diff line change @@ -223,7 +223,6 @@ module.exports = function( grunt ) {
223
223
files : {
224
224
src : [
225
225
"js/**/*.js" ,
226
- "!js/jquery.hashchange.js" ,
227
226
"!js/jquery.js" ,
228
227
"!js/jquery.ui.widget.js" ,
229
228
"!js/widgets/jquery.ui.tabs.js" ,
@@ -940,11 +939,6 @@ module.exports = function( grunt ) {
940
939
"jquery-ui/MIT-LICENSE.txt" : "jquery-ui/MIT-LICENSE.txt"
941
940
}
942
941
} ,
943
- "jquery-plugins" : {
944
- files : {
945
- "jquery/plugins/jquery.hashchange.js" : "jquery-hashchange/jquery.ba-hashchange.js"
946
- }
947
- }
948
942
} ,
949
943
950
944
clean : {
Original file line number Diff line number Diff line change 15
15
],
16
16
"dependencies" : {
17
17
"jquery" : " 1.11.1" ,
18
- "jquery-ui" : " jquery/jquery-ui#c0ab71056b936627e8a7821f03c044aec6280a40" ,
19
- "jquery-hashchange" : " gseguin/jquery-hashchange#2da0c56fd418fa323c136254f971b6176f1ae135"
18
+ "jquery-ui" : " jquery/jquery-ui#c0ab71056b936627e8a7821f03c044aec6280a40"
20
19
},
21
20
"devDependencies" : {
22
21
"requirejs" : " 2.1.2" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 6
6
// TODO break out pushstate support test so we don't depend on the whole thing
7
7
define ( [
8
8
"jquery" ,
9
- "jquery-plugins/jquery.hashchange" ,
10
9
"./../ns" ,
11
10
"./../support" ] , function ( jQuery ) {
12
11
//>>excludeEnd("jqmBuildExclude");
Original file line number Diff line number Diff line change 17
17
'events/touch.js ' ,
18
18
'events/throttledresize.js ' ,
19
19
'events/orientationchange.js ' ,
20
- '../external/jquery/plugins/jquery.hashchange.js ' ,
21
20
'../external/jquery-ui/jquery.ui.core.js ' ,
22
21
'defaults.js ' ,
23
22
'helpers.js ' ,
Original file line number Diff line number Diff line change @@ -15,8 +15,7 @@ define([
15
15
"./navigation/method" ,
16
16
"./navigation" ,
17
17
"./widgets/loader" ,
18
- "./vmouse" ,
19
- "jquery-plugins/jquery.hashchange" ] , function ( jQuery ) {
18
+ "./vmouse" ] , function ( jQuery ) {
20
19
//>>excludeEnd("jqmBuildExclude");
21
20
( function ( $ , window , undefined ) {
22
21
var $html = $ ( "html" ) ,
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ define( [
12
12
"./navigation/method" ,
13
13
"./events" ,
14
14
"./support" ,
15
- "jquery-plugins/jquery.hashchange" ,
16
15
"./animationComplete" ,
17
16
"./widgets/pagecontainer" ,
18
17
"./widgets/page" ,
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ requirejs.config({
9
9
"jquery-plugins" : "../external/jquery/plugins"
10
10
} ,
11
11
"shim" : {
12
- "jquery-plugins/jquery.hashchange" : [ "jquery" ] ,
13
12
"jquery-ui/jquery.ui.widget" : [ "jquery" ] ,
14
13
"jquery-ui/jquery.ui.tabs" : [ "jquery-ui/jquery.ui.widget" ] ,
15
14
"jquery-ui/jquery.ui.core" : [ "jquery" ]
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ define( [
13
13
"../navigation/method" ,
14
14
"../events" ,
15
15
"../support" ,
16
- "jquery-plugins/jquery.hashchange" ,
17
16
"../widgets/page" ,
18
17
"../transitions/handlers" ] , function ( jQuery ) {
19
18
//>>excludeEnd("jqmBuildExclude");
Original file line number Diff line number Diff line change @@ -22,8 +22,7 @@ define( [
22
22
"../navigation/navigator" ,
23
23
"../navigation/method" ,
24
24
"../animationComplete" ,
25
- "../navigation" ,
26
- "jquery-plugins/jquery.hashchange" ] , function ( jQuery ) {
25
+ "../navigation" ] , function ( jQuery ) {
27
26
//>>excludeEnd("jqmBuildExclude");
28
27
( function ( $ , undefined ) {
29
28
You can’t perform that action at this time.
0 commit comments