Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
disnet committed Sep 27, 2013
1 parent ff0e19e commit 2bae384
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion browser/scripts/parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ to decide on the correct name for identifiers.
]
};
}
if (ch1$266 === '#') {
if (ch1$266 === '#' || ch1$266 === '@') {
++index$109;
return {
type: Token$101.Punctuator,
Expand Down
2 changes: 1 addition & 1 deletion lib/parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ to decide on the correct name for identifiers.
]
};
}
if (ch1$266 === '#') {
if (ch1$266 === '#' || ch1$266 === '@') {
++index$109;
return {
type: Token$101.Punctuator,
Expand Down

0 comments on commit 2bae384

Please sign in to comment.