Skip to content

Commit

Permalink
tagging 2.5b release.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Feb 5, 2012
1 parent dd89cbe commit f1839d2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions modernizr.js
Original file line number Original file line Diff line number Diff line change
@@ -1,9 +1,9 @@
/*! /*!
* Modernizr v2.1pre * Modernizr v2.5b
* www.modernizr.com * www.modernizr.com
* *
* Copyright (c) 2009-2011 Faruk Ates, Paul Irish, Alex Sexton * Copyright (c) Faruk Ates, Paul Irish, Alex Sexton
* Dual-licensed under the BSD or MIT licenses: www.modernizr.com/license/ * Available under the BSD and MIT licenses: www.modernizr.com/license/
*/ */


/* /*
Expand All @@ -18,13 +18,13 @@
* To get a build that includes Modernizr.load(), as well as choosing * To get a build that includes Modernizr.load(), as well as choosing
* which tests to include, go to www.modernizr.com/download/ * which tests to include, go to www.modernizr.com/download/
* *
* Authors Faruk Ates, Paul Irish, Alex Sexton, * Authors Faruk Ates, Paul Irish, Alex Sexton
* Contributors Ryan Seddon, Ben Alman * Contributors Ryan Seddon, Ben Alman
*/ */


window.Modernizr = (function( window, document, undefined ) { window.Modernizr = (function( window, document, undefined ) {


var version = '2.1pre', var version = '2.5b',


Modernizr = {}, Modernizr = {},


Expand Down

0 comments on commit f1839d2

Please sign in to comment.