Typo: t.numbericLiteral -> t.numericLiteral

This commit is contained in:
Vyacheslav Slinko 2015-12-13 17:03:19 +03:00
parent 4e82edb6d0
commit 925774ed86

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
]);
}