Skip to content

Commit

Permalink
src : remove Khtml prefix for Konqueror v1.5.08
Browse files Browse the repository at this point in the history
  • Loading branch information
desandro committed Jan 17, 2012
1 parent deaa982 commit 0bfde75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions jquery.isotope.js
@@ -1,5 +1,5 @@
/** /**
* Isotope v1.5.07 * Isotope v1.5.08
* An exquisite jQuery plugin for magical layouts * An exquisite jQuery plugin for magical layouts
* http://isotope.metafizzy.co * http://isotope.metafizzy.co
* *
Expand All @@ -24,7 +24,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 Khtml 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,
Expand Down

0 comments on commit 0bfde75

Please sign in to comment.