mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Fix mistake in PaperScript reference - thanks to paperjs/paperjs.github.io/pull/5
This commit is contained in:
parent
809c41b1cf
commit
3b70fcd603
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue