Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Simplified LiveDevelopment/main.js #1880

Merged
merged 1 commit into from
Oct 19, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions src/LiveDevelopment/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,11 +211,6 @@ define(function main(require, exports, module) {
AppInit.appReady(function () {
if (DocumentManager.getCurrentDocument()) {
_handleGoLiveCommand();
} else {
$(DocumentManager).on("currentDocumentChange", _handleGoLiveCommand);
window.setTimeout(function () {
$(DocumentManager).off("currentDocumentChange", _handleGoLiveCommand);
}, 200);
}
});
}
Expand Down