Merge pull request #3160 from vslinko-forks/numbericLiteral

Typo: t.numbericLiteral -> t.numericLiteral
This commit is contained in:
Henry Zhu 2015-12-13 11:44:39 -05:00
commit 9c88b8797e

View File

@ -1019,7 +1019,7 @@ Ep.explodeExpression = function(path, ignoreResult) {
// will receive the object of the MemberExpression as its `this`
// object.
newCallee = t.sequenceExpression([
t.numbericLiteral(0),
t.numericLiteral(0),
newCallee
]);
}