Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jsbeautify removes $object #1

Open
createdwithlove opened this issue May 7, 2012 · 3 comments
Open

jsbeautify removes $object #1

createdwithlove opened this issue May 7, 2012 · 3 comments
Assignees

Comments

@createdwithlove
Copy link

Objects defined in the global scope this way: window.$obj = {… will be removed when the js is beautified. -> window. = {…

@ghost ghost assigned jancbeck May 9, 2012
@brettgil
Copy link

brettgil commented Sep 1, 2012

I have the same issue - If I have inline PHP
ex:

<tbody><?php foreach($division as $item):?></tbody>

the resulted will be

<tbody><?php foreach( as ):?></tbody>

@chrisgrande
Copy link

I saw this also on a page that had dollar amounts defined as $ instead of '& # 3 6 ;' all the amounts were removed. (i.e Ticket is $12, the '$12' vanished.)

@jancbeck
Copy link
Owner

Issues fixed in a57ca03 thanks to the contribution of @onecrayon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants