Skip to content

Commit

Permalink
Merge pull request adobe#1880 from jdiehl/simplified-livedev
Browse files Browse the repository at this point in the history
Simplified LiveDevelopment/main.js
  • Loading branch information
jasonsanjose committed Oct 19, 2012
2 parents 7e25465 + 0d8768e commit 79ea7b0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/LiveDevelopment/main.js
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

0 comments on commit 79ea7b0

Please sign in to comment.