From 3b70fcd60365f25eb5b29ab529d164e3bdcc632f Mon Sep 17 00:00:00 2001 From: Jonathan Puckey Date: Tue, 24 Feb 2015 18:35:28 +0100 Subject: [PATCH] Fix mistake in PaperScript reference - thanks to paperjs/paperjs.github.io/pull/5 --- src/core/PaperScript.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/PaperScript.js b/src/core/PaperScript.js index 228a08b1..9b28d7b7 100644 --- a/src/core/PaperScript.js +++ b/src/core/PaperScript.js @@ -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) {