This commit is contained in:
Kevin Jahns
2014-09-29 15:28:44 +02:00
parent 631bf47a96
commit 5cb7951d44
50 changed files with 382 additions and 163 deletions

View File

@@ -122,7 +122,7 @@
return initialized_him = true;
}
} else {
throw new Error("Can't parse this operation " + data);
throw new Error("Can't parse this operation: " + data);
}
};
})(this));

File diff suppressed because one or more lines are too long