Skip to content

Commit

Permalink
Fixing script engine (My rename broke it :( )
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaranj authored and ericabouaf committed Oct 28, 2010
1 parent b4d08ef commit 40a3ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/grouping/examples/sawire/ExecutionFrame.js
Expand Up @@ -373,7 +373,7 @@ ExecutionFrame.prototype = {
this.executeModules(moduleId, "callbackFunction");

}
else if(t == "jsBox") {
else if(t == "Script") {

//console.log("execute jsbox ", module.config.codeText);

Expand Down

0 comments on commit 40a3ae7

Please sign in to comment.