mirror of
https://github.com/Mibew/mibew.git
synced 2025-03-25 11:07:05 +03:00
Fix indent in JS app
This commit is contained in:
parent
d5130ed655
commit
cb3bd91b76
@ -461,8 +461,7 @@ MibewAPIExecutionContext.prototype.getArgumentsList = function(functionObject) {
|
|||||||
referenceTo = argumentsList[variableName];
|
referenceTo = argumentsList[variableName];
|
||||||
|
|
||||||
// Check target value
|
// Check target value
|
||||||
if (typeof this.functionsResults[funcNum - 1][referenceTo] ==
|
if (typeof this.functionsResults[funcNum - 1][referenceTo] == "undefined") {
|
||||||
"undefined") {
|
|
||||||
throw new Error(
|
throw new Error(
|
||||||
"Wrong reference in '" + functionObject['function'] +
|
"Wrong reference in '" + functionObject['function'] +
|
||||||
"' function. There is no '" + referenceTo +
|
"' function. There is no '" + referenceTo +
|
||||||
|
Loading…
Reference in New Issue
Block a user