]> source.dussan.org Git - jquery.git/commitdiff
Opera announced they will start supporting the -webkit- prefix for a selected set...
authorjaubourg <j@ubourg.net>
Sat, 28 Apr 2012 14:52:32 +0000 (16:52 +0200)
committerjaubourg <j@ubourg.net>
Sat, 28 Apr 2012 14:52:32 +0000 (16:52 +0200)
src/css.js

index c3a6f77252e1d27772d816918ff0f44156abca0b..ba0042dff020db111ecbdbab7af1bca08dcce959 100644 (file)
@@ -15,7 +15,7 @@ var ralpha = /alpha\([^)]*\)/i,
 
        // order is important!
        cssExpand = jQuery.cssExpand,
-       cssPrefixes = [ "O", "Webkit", "Moz", "ms" ],
+       cssPrefixes = [ "Webkit", "O", "Moz", "ms" ],
 
        curCSS;