mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-01 19:34:42 +00:00
Remove .js suffix from libName
This commit is contained in:
parent
db5a919928
commit
1bbd67bc98
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
*/
|
||||
|
||||
(function($){
|
||||
var libName = "jquery.mobile.core.js",
|
||||
var libName = "jquery.mobile.core",
|
||||
setGradeA = function(value, version) {
|
||||
$.support.mediaquery = value;
|
||||
$.mobile.browser.ie = version;
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
*/
|
||||
|
||||
(function($){
|
||||
var libName = "jquery.mobile.core.js",
|
||||
var libName = "jquery.mobile.core",
|
||||
scrollTimeout = 20, // TODO expose timing as an attribute
|
||||
scrollStartEnabledTimeout = 150;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue