mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Remove debugger statement.
This commit is contained in:
parent
c03e9961d2
commit
93dfd2a15a
1 changed files with 0 additions and 1 deletions
|
@ -447,7 +447,6 @@ Base.exports.PaperScript = (function() {
|
|||
/*#*/ if (__options.environment == 'browser') {
|
||||
|
||||
function loadScript(script) {
|
||||
debugger;
|
||||
// Only load this script if it not loaded already.
|
||||
// Support both text/paperscript and text/x-paperscript:
|
||||
if (/^text\/(?:x-|)paperscript$/.test(script.type)
|
||||
|
|
Loading…
Reference in a new issue