0

Is there a vsdoc for ms ajax (MicrosoftAjax-vsdoc.js) ?

pnuts
  • 58,317
  • 11
  • 87
  • 139
user206890
  • 531
  • 6
  • 17

1 Answers1

1

The debug version contains vsdoc decorators. MicrosoftAjax.debug.js

BC.
  • 24,298
  • 12
  • 47
  • 62
  • yep, well done. At the top of my js file, I put /// Sys.Net.WebServiceError( and then I got intellisense drop downs ... – user206890 Jul 19 '10 at 11:01