core-js: Comment out dict[sym] test (#25420)

This commit is contained in:
Andy 2018-05-07 11:49:41 -07:00 committed by Sheetal Nandi
parent e1a9b0af73
commit d12082bfdf

View File

@ -418,7 +418,7 @@ log.disable();
// Non-standard
point = dictOfPoint[s];
point = dictOfPoint[i];
point = dictOfPoint[sym];
// point = dictOfPoint[sym];
dictOfPoint = new Dict(dictOfPoint);
dictOfAny = new Dict(point);
dictOfPoint = Dict(dictOfPoint);