Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 168015 Details for
Bug 312494
Incorrect code indentation when formatting Javascript with line comments
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
block-comments-correct.txt
block-comments-correct.txt (text/plain), 339 bytes, created by
Kian Win Ong
on 2010-05-11 15:45:56 EDT
(
hide
)
Description:
block-comments-correct.txt
Filename:
MIME Type:
Creator:
Kian Win Ong
Created:
2010-05-11 15:45:56 EDT
Size:
339 bytes
patch
obsolete
>f(x, function() { > function g() { > if (true) { > /* Comment */ > return true; > } else { > /* Comment */ > return false; > } > } >}); > >f(x, function() { > function g() { > forEach( [], function() { > /* Comment */ > var x = 1; > }); > } >});
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 312494
:
168014
| 168015