Skip to content

Commit

Permalink
2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Mar 13, 2014
1 parent adeb03e commit e5d2e8d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion dist/idangerous.swiper.js
Original file line number Diff line number Diff line change
Expand Up @@ -2729,7 +2729,8 @@ Swiper.prototype = {

classList : (function () {
'use strict';
return 'classList' in document.body;
var div = document.createElement('div').style;
return 'classList' in div;
})()
},

Expand Down
Loading

0 comments on commit e5d2e8d

Please sign in to comment.