sproutcore / docs

The documentation source. Build and push to https://github.com/sproutcore-docs/sproutcore-docs.github.com.
http://docs.sproutcore.com
MIT License
14 stars 8 forks source link

Updating Script to NodeScript to match change in Node.js introduced in v... #3

Open mgile opened 12 years ago

mgile commented 12 years ago

...0.4.4

In Node.js v0.4.4 the Script class was renamed to NodeScript to avoid confusion with V8's own Script class. This causes the sc-docs run.js to fail with an exception when generating documentation. This commit merely changes Script to NodeScript in vendor/jsdoc/apps/run.js

Node.js Pull Request Node.js NodeScript Change