Correct underscore builds & temporarily disable opera testing in sauce until they resolve their issues.

This commit is contained in:
John-David Dalton
2013-11-07 23:04:10 -08:00
parent 76c11fe65a
commit 55a8c7b540
3 changed files with 37 additions and 37 deletions

View File

@@ -1622,7 +1622,7 @@
forIn(object, function(value, key) {
props.push(key);
});
props = difference(props, baseFlatten(arguments, true, false, 1));
props = baseDifference(props, baseFlatten(arguments, true, false, 1));
var index = -1,
length = props.length,