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

Commit

Permalink
Remove .js suffix from libName
Browse files Browse the repository at this point in the history
  • Loading branch information
gseguin committed Dec 22, 2011
1 parent db5a919 commit 1bbd67b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/unit/core/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/core/core_scroll.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 1bbd67b

Please sign in to comment.