Remove defineProperty forks of baseSetData and getData.

This commit is contained in:
John-David Dalton
2014-09-01 20:37:25 -07:00
parent c2c6f1493a
commit 77ba53bda7
3 changed files with 25 additions and 70 deletions

View File

@@ -275,7 +275,6 @@
// store Lo-Dash to test for bad extensions/shims
if (!ui.isModularize) {
var lodashBizarro = window._;
lodashBizarro.support.funcNames = !lodashBizarro.support.funcNames;
window._ = undefined;
removeBizarroMethods();
}
@@ -396,7 +395,6 @@
addBizarroMethods();
require(getConfig(), ['lodash'], function(lodash) {
lodashBizarro = (lodash['default'] || lodash).noConflict();
lodashBizarro.support.funcNames = !lodashBizarro.support.funcNames;
delete requirejs.s.contexts._;
removeBizarroMethods();