Skip to content

Commit

Permalink
Fixed issue with DOM and loading selector-css2
Browse files Browse the repository at this point in the history
  • Loading branch information
davglass committed Sep 14, 2011
1 parent 9148f53 commit b1d471d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/yui3-yui3.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ var configureYUI = function(c) {
}
},
'nodejs-node': {
requires: ['node'],
requires: ['node', 'selector-css2'],
fullpath: __dirname + '/yui3-node.js',
condition: {
when: 'after',
Expand Down

0 comments on commit b1d471d

Please sign in to comment.