Skip to content

Commit

Permalink
Adding the new initComplete notification
Browse files Browse the repository at this point in the history
  • Loading branch information
samitbadle committed Feb 17, 2014
1 parent f0c6b5c commit 680596a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ide/main/src/content/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ function Editor(window) {

document.addEventListener("focus", Editor.checkTimestamp, false);

this.log.info("initialized");
this.log.debug("initialized");

setTimeout("editor.showLoadErrors()", 500);

Expand All @@ -213,6 +213,8 @@ function Editor(window) {
openTabOrWindow('http://code.google.com/p/selenium/wiki/SeIDEReleaseNotes');
Preferences.setAndSave(this.app.options, 'currentVersion', versionString);
}
this.log.info("Ready");
this.app.notify('initComplete');
}

Editor.prototype.saveTC = function () {
Expand Down

0 comments on commit 680596a

Please sign in to comment.