Browse Source

Ionize -> Isotope

pull/14/head
David DeSandro 14 years ago
parent
commit
9fa6371f41
  1. 2
      README.mdown
  2. 2
      _config.yml
  3. 2
      _posts/docs/2010-12-01-introduction.mdown
  4. 4
      src/jquery.isotope.js
  5. 4
      src/mini-modernizr.js

2
README.mdown

@ -1,4 +1,4 @@
Ionize
Isotope
========
**An exquisite filtering, sorting, layout jQuery plugin.**

2
_config.yml

@ -1,4 +1,4 @@
site_name: Ionize
site_name: Isotope
permalink: /:categories/:title.html
elements:

2
_posts/docs/2010-12-01-introduction.mdown

@ -6,4 +6,4 @@ layout: doc
---
Ionize
Isotope

4
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 ]();

4
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 = [],

Loading…
Cancel
Save