From 9fa6371f41349750ce6521612a726b4ebd6bafad Mon Sep 17 00:00:00 2001 From: David DeSandro Date: Mon, 27 Dec 2010 21:48:46 -0500 Subject: [PATCH] Ionize -> Isotope --- README.mdown | 2 +- _config.yml | 2 +- _posts/docs/2010-12-01-introduction.mdown | 2 +- src/jquery.isotope.js | 4 ++-- src/mini-modernizr.js | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.mdown b/README.mdown index a9474d6..d4dfe8e 100644 --- a/README.mdown +++ b/README.mdown @@ -1,4 +1,4 @@ -Ionize +Isotope ======== **An exquisite filtering, sorting, layout jQuery plugin.** diff --git a/_config.yml b/_config.yml index cf6a236..cec3472 100644 --- a/_config.yml +++ b/_config.yml @@ -1,4 +1,4 @@ -site_name: Ionize +site_name: Isotope permalink: /:categories/:title.html elements: diff --git a/_posts/docs/2010-12-01-introduction.mdown b/_posts/docs/2010-12-01-introduction.mdown index e7c85d3..27be1ee 100644 --- a/_posts/docs/2010-12-01-introduction.mdown +++ b/_posts/docs/2010-12-01-introduction.mdown @@ -6,4 +6,4 @@ layout: doc --- -Ionize \ No newline at end of file +Isotope \ No newline at end of file diff --git a/src/jquery.isotope.js b/src/jquery.isotope.js index dcfbb74..a8dee1e 100755 --- a/src/jquery.isotope.js +++ b/src/jquery.isotope.js @@ -1,5 +1,5 @@ /************************************************* -** jQuery Ionize version 0.1 +** jQuery Isotope version 0.1 ** Copyright David DeSandro **************************************************/ (function( $, undefined ) { @@ -458,7 +458,7 @@ // if colW == 0, back out before divide by zero if ( !this[ namespace ][ measure ] ) { - $.error( measure + 'calculated to be zero. Stopping Ionize plugin before divide by zero. Check that the width of first child inside the isotope container is not zero.') + $.error( measure + 'calculated to be zero. Stopping Isotope plugin before divide by zero. Check that the width of first child inside the isotope container is not zero.') return this; } this[ size ] = this.element[ size ](); diff --git a/src/mini-modernizr.js b/src/mini-modernizr.js index 7e455d0..f9d5289 100644 --- a/src/mini-modernizr.js +++ b/src/mini-modernizr.js @@ -41,7 +41,7 @@ var getStyleProperty = (function(){ // <3<3<3 and thanks to Faruk and Paul for doing the heavy lifting /*! - * Modernizr v1.6ish: miniModernizr for Ionize + * Modernizr v1.6ish: miniModernizr for Isotope * http://www.modernizr.com * * Developed by: @@ -77,7 +77,7 @@ var getStyleProperty = (function(){ window.Modernizr = window.Modernizr || (function(window,doc,undefined){ - var version = '1.6ish: miniModernizr for Ionize', + var version = '1.6ish: miniModernizr for Isotope', miniModernizr = {}, vendorCSSPrefixes = ' -o- -moz- -ms- -webkit- -khtml- '.split(' '), classes = [],