diff --git a/src/core/PaperScript.js b/src/core/PaperScript.js index 82568462..4e23ee46 100644 --- a/src/core/PaperScript.js +++ b/src/core/PaperScript.js @@ -457,7 +457,7 @@ Base.exports.PaperScript = (function() { var canvasId = PaperScope.getAttribute(script, 'canvas'), canvas = document.getElementById(canvasId), src = script.src, - async = PaperScope.hasAttribute(script, 'asyc'), + async = PaperScope.hasAttribute(script, 'async'), scopeAttribute = 'data-paper-scope'; if (!canvas) throw new Error('Unable to find canvas with id "'