Browse Source

src : remove `Khtml` prefix for Konqueror v1.5.08

See chriseppstein/compass#598 and Modernizr/Modernizr#454

thx @paulirish
pull/139/head v1.5.08
David DeSandro 13 years ago
parent
commit
0bfde7555d
  1. 4
      jquery.isotope.js
  2. 4
      jquery.isotope.min.js

4
jquery.isotope.js

@ -1,5 +1,5 @@
/**
* Isotope v1.5.07
* Isotope v1.5.08
* An exquisite jQuery plugin for magical layouts
* http://isotope.metafizzy.co
*
@ -24,7 +24,7 @@
// ========================= getStyleProperty by kangax ===============================
// http://perfectionkills.com/feature-testing-css-properties/
var prefixes = 'Moz Webkit Khtml O Ms'.split(' ');
var prefixes = 'Moz Webkit O Ms'.split(' ');
var getStyleProperty = function( propName ) {
var style = document.documentElement.style,

4
jquery.isotope.min.js vendored

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