Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Renamed jquery.mobile.hashchange.js to jquery.hashchange.js
Browse files Browse the repository at this point in the history
  • Loading branch information
gseguin committed Apr 18, 2012
1 parent e64e63d commit 0dbaf67
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 11 deletions.
2 changes: 1 addition & 1 deletion js/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
'jquery.mobile.support.js',
'jquery.mobile.vmouse.js',
'jquery.mobile.event.js',
'jquery.mobile.hashchange.js',
'jquery.hashchange.js',
'jquery.mobile.page.js',
'jquery.mobile.core.js',
'jquery.mobile.navigation.js',
Expand Down
7 changes: 0 additions & 7 deletions js/jquery.mobile.hashchange.js → js/jquery.hashchange.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//>>excludeStart("jqmBuildExclude", pragmas.jqmBuildExclude);
//>>description: Hashchange event management for AJAX navigation system
//>>label: Hashchange
//>>group: Navigation
//>>excludeEnd("jqmBuildExclude");


// Script: jQuery hashchange event
//
// *Version: 1.3, Last updated: 7/21/2010*
Expand Down
2 changes: 1 addition & 1 deletion js/jquery.mobile.init.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


define( [ "jquery", "./jquery.mobile.core", "./jquery.mobile.support", "./jquery.mobile.navigation",
"./jquery.mobile.navigation.pushstate", "../external/requirejs/depend!./jquery.mobile.hashchange[jquery]" ], function( $ ) {
"./jquery.mobile.navigation.pushstate", "../external/requirejs/depend!./jquery.hashchange[jquery]" ], function( $ ) {
//>>excludeEnd("jqmBuildExclude");
( function( $, window, undefined ) {
var $html = $( "html" ),
Expand Down
2 changes: 1 addition & 1 deletion js/jquery.mobile.navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ define( [
"jquery",
"./jquery.mobile.core",
"./jquery.mobile.event",
"../external/requirejs/depend!./jquery.mobile.hashchange[jquery]",
"../external/requirejs/depend!./jquery.hashchange[jquery]",
"./jquery.mobile.page",
"./jquery.mobile.transition" ], function( $ ) {
//>>excludeEnd("jqmBuildExclude");
Expand Down
2 changes: 1 addition & 1 deletion js/jquery.mobile.navigation.pushstate.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//>>label: Pushstate Support
//>>group: Navigation

define( [ "jquery", "./jquery.mobile.navigation", "../external/requirejs/depend!./jquery.mobile.hashchange[jquery]" ], function( $ ) {
define( [ "jquery", "./jquery.mobile.navigation", "../external/requirejs/depend!./jquery.hashchange[jquery]" ], function( $ ) {
//>>excludeEnd("jqmBuildExclude");
( function( $, window ) {
// For now, let's Monkeypatch this onto the end of $.mobile._registerInternalEvents
Expand Down

0 comments on commit 0dbaf67

Please sign in to comment.