Modify ↓
Ticket #4137 (closed bug: invalid)
Visual Studio documentation bug
| Reported by: | ifland | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.3.2 |
| Component: | unfiled | Version: | 1.3.1 |
| Keywords: | visual studio vs vsdoc | Cc: | |
| Blocking: | Blocked by: |
Description
Because the jQuery.support object is commented out in the 1.3.1-vsdoc.js (doc version 1.3.1a) file, Visual Studio isn't parsing it.
I found that commenting out all references to the support object seems to do the trick. (Most references to the support object are in "if" statements and I replaced them with "false" and left the rest of the code intact
Attachments
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

