Skip to content

Commit

Permalink
bumping script version to 1.2pre
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Dec 8, 2009
1 parent ca95ecf commit 24c3aaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modernizr.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

window.Modernizr = (function(window,doc){

var version = '1.1',
var version = '1.2pre',

ret = {},

Expand Down Expand Up @@ -345,8 +345,8 @@ window.Modernizr = (function(window,doc){

// webkit has 3d transforms disabled for chrome and safari, though
// it works fine in webkit nightly on (snow) leopard.
// as a result, it 'regonizes' the syntax and throws a false positive
// thus we must do a more thorough check.
// as a result, it 'recognizes' the syntax and throws a false positive
// thus we must do a more thorough check:
if (ret){
var st = document.createElement('style'),
div = doc.createElement('div');
Expand Down

0 comments on commit 24c3aaa

Please sign in to comment.