Skip to content

Commit

Permalink
namespace: swpnav => Swpnav
Browse files Browse the repository at this point in the history
  • Loading branch information
5509 committed Jan 12, 2012
1 parent 8c6a989 commit 86f0ce6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions index_jquery.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ <h2>This is flipsnap</h2>
point: 3
});

window.swp = swp;
}(jQuery));
</script>

Expand Down
2 changes: 1 addition & 1 deletion swpnav.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
touch_end_event = support.touch ? 'touchend' : 'mouseup';

var Swpnav = function(content, nav, conf) {
this.namespace = 'swpnav';
this.namespace = 'Swpnav';
if ( this instanceof Swpnav ) {
return this.init(content, nav, conf);
}
Expand Down

0 comments on commit 86f0ce6

Please sign in to comment.