mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-20 22:39:50 -05:00
jsdoc template: fix bug where paperScript object wasn't being nullified.
This commit is contained in:
parent
298c304660
commit
381fd61f60
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ var Render = new function() {
|
|||
var example = examples[i].toString();
|
||||
|
||||
// Parse {@paperscript} inline tags
|
||||
var paperScript;
|
||||
var paperScript = null;
|
||||
example = example.replace(/\{@paperscript[\s]*([^}]+)*\}/,
|
||||
function(tag, content) {
|
||||
paperScript = {
|
||||
|
|
Loading…
Reference in a new issue