Skip to content

Commit

Permalink
added listener_ready postmessage for live edit
Browse files Browse the repository at this point in the history
  • Loading branch information
yofreke committed Mar 5, 2015
1 parent c089948 commit 5c503cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/build/browser/browser-static/liveEdit.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,6 @@ var GC_LIVE_EDIT = GC_LIVE_EDIT || { _isLiveEdit: true, _liveEditReady: false };
setCachedSrc(subCmd.cmd, subCmd.data);
}
}, false);

parent.postMessage('LIVE_EDIT listener_ready', '*');
})();

0 comments on commit 5c503cf

Please sign in to comment.