mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Improve PaperScript#load() documentation.
This commit is contained in:
parent
086c3212ba
commit
bcc8761f8c
1 changed files with 1 additions and 1 deletions
|
@ -502,7 +502,7 @@ Base.exports.PaperScript = (function() {
|
|||
*
|
||||
* @name PaperScript.load
|
||||
* @function
|
||||
* @param {HTMLScriptElement} script the script to load. If none is
|
||||
* @param {HTMLScriptElement} [script=null] the script to load. If none is
|
||||
* provided, all scripts of the HTML document are iterated over and loaded.
|
||||
*/
|
||||
function load(script) {
|
||||
|
|
Loading…
Reference in a new issue