Skip to content

Commit 748d203

Browse files
committed
fixed formatting
1 parent 06b2928 commit 748d203

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ examples/samples/03 - slidingView/.DS_Store
2626
samples/.DS_Store
2727

2828
.DS_Store
29+
30+
.idea
31+

src/viewnavigator/viewnavigator.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ var ViewNavigator = function( target, options ) {
1919
useNoClickDelay: true
2020
};
2121

22-
//support legacy url signature
23-
//function( target, backLinkCSS, bindToWindow ) {
24-
if ( typeof(options) == "string" ){
25-
options = {
26-
backLinkCSS:arguments[1],
27-
bindToWindow:arguments[2]
28-
}
29-
}
22+
//support legacy url signature
23+
//function( target, backLinkCSS, bindToWindow ) {
24+
if ( typeof(options) == "string" ){
25+
options = {
26+
backLinkCSS:arguments[1],
27+
bindToWindow:arguments[2]
28+
}
29+
}
3030

3131
this.options = options = $.extend( {}, defaults, options );
3232

0 commit comments

Comments
 (0)