Text editor works based on absolute position.

This commit is contained in:
Paulo Veiga
2011-08-23 14:25:49 -03:00
parent f036a7684e
commit fb39e32b33
15 changed files with 351 additions and 1420 deletions

View File

@@ -19,7 +19,8 @@ $assert = function(assert, message) {
} catch(e) {
stack = e;
}
wLogger.error(message + "," + stack);
console.log(message + "," + stack);
// wLogger.error(message + "," + stack);
// core.Logger.logError(message + "," + stack);
}