Improve PaperScript#load() documentation.

This commit is contained in:
Jürg Lehni 2014-08-25 12:42:44 +02:00
parent 086c3212ba
commit bcc8761f8c

View file

@ -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) {