Skip to content

Commit

Permalink
Merge pull request #33 from BenV/fix-issue-30
Browse files Browse the repository at this point in the history
Resolve issue #30
  • Loading branch information
ghempton committed Mar 11, 2014
2 parents 069d86f + 81a1e34 commit 4e1be41
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions lib/parser.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/grammar.pegjs
Expand Up @@ -644,7 +644,6 @@ memberExpression
var acc = foldl(function(memo, a){ return memo.concat(a); }, [], accesses);
return createMemberExpression(e, acc);
}
/ contextVar
MemberNames
= identifierName
Expand Down

0 comments on commit 4e1be41

Please sign in to comment.