Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Add isPaused to assets/panel/panel.js (synchronization from m-c Bug 1…
Browse files Browse the repository at this point in the history
…431127) (#5194)
  • Loading branch information
juliandescottes authored and jasonLaster committed Feb 14, 2018
1 parent 0c902d1 commit eb0290a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/panel/panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ DebuggerPanel.prototype = {
return { frames, selected };
},

isPaused() {
return this._selectors.isPaused(this._getState());
},

selectSource(url, line) {
this._actions.selectSourceURL(url, { location: { line } });
},
Expand Down

0 comments on commit eb0290a

Please sign in to comment.