From 70766c47d55ebccd1d4da2f6736e39bc00336236 Mon Sep 17 00:00:00 2001 From: Oleg Elifantiev Date: Wed, 5 Aug 2015 11:46:54 +0300 Subject: [PATCH] Fixed typo in word 'async' --- 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 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 "'