Skip to content

Commit

Permalink
Switching to the DZ's iScroll fork
Browse files Browse the repository at this point in the history
  • Loading branch information
DataZombies committed Sep 16, 2012
1 parent 9412f93 commit 456a075
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
@@ -1,3 +1,3 @@
[submodule "extensions/jqt.bars/cubiq-iscroll"]
path = extensions/jqt.bars/cubiq-iscroll
url = git://github.com/cubiq/iscroll.git
[submodule "iscroll"]
path = extensions/jqt.bars/iscroll
url = git://github.com/DataZombies/iscroll.git
1 change: 0 additions & 1 deletion extensions/jqt.bars/cubiq-iscroll
Submodule cubiq-iscroll deleted from 1cef49
1 change: 1 addition & 0 deletions extensions/jqt.bars/iscroll
Submodule iscroll added at ccf85b
2 changes: 1 addition & 1 deletion extensions/jqt.bars/jqt.bars.js
Expand Up @@ -533,7 +533,7 @@ https://github.com/DataZombies/
if (path) {
i = path.indexOf('/jqt.bars.js');
if (i > 0) {
path = path.substring(0, path.lastIndexOf('/')) + '/cubiq-iscroll/dist/';
path = path.substring(0, path.lastIndexOf('/')) + '/iscroll/dist/';
return false;
}
}
Expand Down

0 comments on commit 456a075

Please sign in to comment.