Side navigation
#4137 closed bug (invalid)
Opened February 12, 2009 04:49PM UTC
Closed June 12, 2010 03:52AM UTC
Last modified March 14, 2012 03:01PM UTC
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: | |
Blocked by: | Blocking: |
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 (1)
Change History (1)
Changed June 12, 2010 03:52AM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
It sounds like you may be trying to use the vsdoc version for code execution; it's only meant for intellisense. Always use the standard versions of jQuery for actually running the code.