Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
Merged changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljimenez committed Oct 9, 2013
2 parents 28abe6a + de96823 commit fd734d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
node_modules
test/apps/*/shaker-meta.json
test/apps/*/assets/compiled/*
docs/.build
2 changes: 1 addition & 1 deletion test/common/tests/request/standard-validation.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ var Y = require('yui').YUI({useSync: true}).use('base-base'),
});

// if simple loader definition is found check for seed in simple loader call
if (/SimpleLoader\s*=\s*function/.test(mojitoClientScript)) {
if (/YUI.SimpleLoader\s*=/.test(mojitoClientScript)) {
Y.Array.each(seed, function (yuiModule) {
if (!new RegExp("YUI.SimpleLoader.js\\(.*" + yuiModule + ".*\\)").test(mojitoClientScript)) {
Assert.fail("Did not find " + yuiModule + " in SimpleLoader call.");
Expand Down

0 comments on commit fd734d3

Please sign in to comment.