Skip to content

Commit

Permalink
Add component support.
Browse files Browse the repository at this point in the history
  • Loading branch information
andyburke committed Aug 14, 2013
1 parent 8b809c4 commit 0a7e773
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dev/idangerous.swiper.js
Original file line number Diff line number Diff line change
Expand Up @@ -2347,3 +2347,9 @@ if (window.jQuery||window.Zepto) {
}
})(window.jQuery||window.Zepto)
}

// component
if ( typeof( module ) !== 'undefined' )
{
module.exports = Swiper;
}

0 comments on commit 0a7e773

Please sign in to comment.