Skip to content

Commit

Permalink
Merge branch 'master' of github.com:zurb/foundation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Hayes committed Jan 15, 2014
2 parents 9f0f7cd + 9b0c94d commit 5fa4adc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@ You'll want to clone the Foundation repo first and install all the dependencies.
```
git clone git@github.com:zurb/foundation.git
cd foundation
npm install -g grunt-cli
npm install -g grunt-cli bower
npm install
bower install
```

Then just run `grunt` and the documentation will be compiled:
Then just run `grunt build` and the documentation will be compiled:

```
foundation/
Expand All @@ -40,4 +41,4 @@ foundation/
│ └── ...
```

Copyright (c) 2013 ZURB, inc.
Copyright (c) 2014 ZURB, inc.
2 changes: 1 addition & 1 deletion js/foundation/foundation.interchange.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
},

update_nodes : function () {
var nodes = this.S('[' + this.data_attr + ']:not(img)'),
var nodes = this.S('[' + this.data_attr + ']').not('img'),
count = nodes.length,
loaded_count = 0,
data_attr = this.data_attr;
Expand Down

0 comments on commit 5fa4adc

Please sign in to comment.