From 5982196c66657570e2480694da70f3e642eddc9f Mon Sep 17 00:00:00 2001 From: Jonathan Puckey Date: Thu, 30 Jun 2011 10:58:09 +0200 Subject: [PATCH] PaperScript: add todo for supporting scripts with type: 'text/x-paperscript'. --- src/core/PaperScript.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/PaperScript.js b/src/core/PaperScript.js index e4ac817b..49c8f90f 100644 --- a/src/core/PaperScript.js +++ b/src/core/PaperScript.js @@ -228,6 +228,7 @@ var PaperScript = this.PaperScript = new function() { for (var i = 0, l = scripts.length; i < l; i++) { var script = scripts[i]; // Only load this script if it not loaded already. + // TODO: support 'text/x-paperscript': if (script.type === 'text/paperscript' && !script.getAttribute('loaded')) { // Produce a new PaperScope for this script now. Scopes are