From bcc8761f8ce6d10adb2bf15f1611658dcf56f169 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Mon, 25 Aug 2014 12:42:44 +0200 Subject: [PATCH] Improve PaperScript#load() documentation. --- 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 730455f3..90e9cf0c 100644 --- a/src/core/PaperScript.js +++ b/src/core/PaperScript.js @@ -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) {