Skip to content

Commit

Permalink
Working around a Loader issue from 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davglass committed Dec 9, 2011
1 parent 2093054 commit 8b1f16c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/yui3-yui3.js
Expand Up @@ -189,6 +189,7 @@ var configureYUI = function(c) {
requires: ['oop'],
fullpath: __dirname + '/yui3-parallel.js',
condition: {
name: 'parallel',
when: 'after',
trigger: 'oop',
test: function() {
Expand All @@ -203,6 +204,7 @@ var configureYUI = function(c) {
'nodejs-dom': {
fullpath: __dirname + '/yui3-dom.js',
condition: {
name: 'nodejs-dom',
when: 'before',
trigger: 'dom-base',
test: function() {
Expand All @@ -214,6 +216,7 @@ var configureYUI = function(c) {
requires: ['node', 'selector-css2'],
fullpath: __dirname + '/yui3-node.js',
condition: {
name: 'nodejs-node',
when: 'after',
trigger: 'node',
test: function() {
Expand All @@ -225,6 +228,7 @@ var configureYUI = function(c) {
fullpath: __dirname + '/yui3-io.js',
requires: ['dom-base'], //To ensure we get JSDOM
condition: {
name: 'io-nodejs',
when: 'after',
trigger: 'io-base',
test: function() {
Expand Down

0 comments on commit 8b1f16c

Please sign in to comment.