Browse Source

Revert "Support IE 10 CSS3 Transitions"

This reverts commit be50d15a89.
pull/312/head
Stephen Hardy 12 years ago
parent
commit
71f133c5e0
  1. 2
      jquery.isotope.js
  2. 2
      jquery.isotope.min.js

2
jquery.isotope.js

@ -28,7 +28,7 @@
// ========================= getStyleProperty by kangax =============================== // ========================= getStyleProperty by kangax ===============================
// http://perfectionkills.com/feature-testing-css-properties/ // http://perfectionkills.com/feature-testing-css-properties/
var prefixes = 'Moz Webkit O ms'.split(' '); var prefixes = 'Moz Webkit O Ms'.split(' ');
var getStyleProperty = function( propName ) { var getStyleProperty = function( propName ) {
var style = document.documentElement.style, var style = document.documentElement.style,

2
jquery.isotope.min.js vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save