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

Commit f22a65d

Browse files
juliandescottesjasonLaster
authored andcommitted
Add isPaused to assets/panel/panel.js (synchronization from m-c Bug 1431127)
1 parent 5eefa6c commit f22a65d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

assets/panel/panel.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,10 @@ DebuggerPanel.prototype = {
116116
return { frames, selected };
117117
},
118118

119+
isPaused() {
120+
return this._selectors.isPaused(this._getState());
121+
},
122+
119123
selectSource(url, line) {
120124
this._actions.selectSourceURL(url, { location: { line } });
121125
},

0 commit comments

Comments
 (0)