Get test coverage to 100%.

This commit is contained in:
John-David Dalton
2013-11-30 10:46:20 -06:00
parent 72ab38bd2f
commit 94f8ac8d1d
2 changed files with 31 additions and 10 deletions

View File

@@ -38,7 +38,7 @@
Object.getPrototypeOf = function() {};
Object._keys = Object.keys;
Object.keys = function() { return []; };
Object.keys = function() {};
// load Lo-Dash and expose it to the bad shims
document.write('<script src="' + (ui.isModularize ? '../lodash.js' : ui.buildPath) + '"><\/script>');