Fix mistake in PaperScript reference - thanks to paperjs/paperjs.github.io/pull/5

This commit is contained in:
Jonathan Puckey 2015-02-24 18:35:28 +01:00
parent 809c41b1cf
commit 3b70fcd603

View file

@ -324,7 +324,7 @@ Base.exports.PaperScript = (function() {
* @name PaperScript.execute
* @function
* @param {String} code the PaperScript code.
* @param {PaperScript} scope the scope for which the code is executed.
* @param {PaperScope} scope the scope for which the code is executed.
* @param {String} url the url of the source, for source-map debugging.
*/
function execute(code, scope, url, options) {