Fix failing build tests.

Former-commit-id: b3e1f62389f2406b07bb5db5551698ac58e5e8b9
This commit is contained in:
John-David Dalton
2013-07-09 09:10:42 -07:00
parent 2508e71324
commit 8c787fa7f7
2 changed files with 4 additions and 28 deletions

View File

@@ -3939,8 +3939,8 @@
'}'
].join('\n'));
}
if (isExcluded('mixin')) {
// remove `mixin` call
if (isExcluded('mixin') || isExcluded('value')) {
// remove `_.mixin` call
source = source.replace(/(?:\s*\/\/.*)*\n( *)mixin\(.+?\).+/, '');
}
if (isExcluded('value')) {