Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Rashid Khan 2014-03-06 14:45:52 -07:00
commit 90da370cb1

View file

@ -28,6 +28,8 @@ define(function (require) {
// after each test this list is cleared
toRestore.push(obj);
if (typeof modify === 'function') modify(obj);
return obj;
};
});