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

query CM from the dom #2920

Merged
merged 1 commit into from May 16, 2017
Merged

Conversation

jasonLaster
Copy link
Contributor

Fixes some issues referencing CM from the window

@codecov
Copy link

codecov bot commented May 16, 2017

Codecov Report

Merging #2920 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2920   +/-   ##
=======================================
  Coverage   59.94%   59.94%           
=======================================
  Files          63       63           
  Lines        2419     2419           
  Branches      497      497           
=======================================
  Hits         1450     1450           
  Misses        969      969

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8f3890e...ef4062c. Read the comment docs.

Copy link
Member

@juliandescottes juliandescottes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -741,3 +744,8 @@ function toggleCallStack(dbg) {
function toggleScopes(dbg) {
return findElement(dbg, "scopesHeader").click();
}

function getCM(dbg) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: getCM is a bit opaque, getCodeMirror ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

damn - missed this. CM is not great, but it's not terrible in context :)

@jasonLaster jasonLaster merged commit 48b0874 into firefox-devtools:master May 16, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants