brackets-compare icon indicating copy to clipboard operation
brackets-compare copied to clipboard

Console deprecated warning: Use brackets.getModule("thirdparty/CodeMirror/lib/codemirror") instead of global CodeMirror.

Open anephew opened this issue 9 years ago • 0 comments

Hello!

Console deprecated warning: Use brackets.getModule("thirdparty/CodeMirror/lib/codemirror") instead of global CodeMirror.

Use brackets.getModule("thirdparty/CodeMirror/lib/codemirror") instead of global CodeMirror.
    at Object.defineProperty.get (/brackets.js:111:32)
    at file:///C:/Users/anephew/AppData/Roaming/Brackets/extensions/user/brackets-compare/libs/merge.js:8:13
    at file:///C:/Users/anephew/AppData/Roaming/Brackets/extensions/user/brackets-compare/libs/merge.js:770:3
/utils/DeprecationWarning.js:88 Use brackets.getModule("thirdparty/CodeMirror/lib/codemirror") instead of global CodeMirror.
    at Object.defineProperty.get (/brackets.js:111:32)
    at file:///C:/Users/anephew/AppData/Roaming/Brackets/extensions/user/brackets-compare/libs/merge.js:434:19
    at file:///C:/Users/anephew/AppData/Roaming/Brackets/extensions/user/brackets-compare/libs/merge.js:770:3
/utils/DeprecationWarning.js:88 Use brackets.getModule("thirdparty/CodeMirror/lib/codemirror") instead of global CodeMirror.
    at Object.defineProperty.get (/brackets.js:111:32)
    at file:///C:/Users/anephew/AppData/Roaming/Brackets/extensions/user/brackets-compare/libs/merge.js:764:3
    at file:///C:/Users/anephew/AppData/Roaming/Brackets/extensions/user/brackets-compare/libs/merge.js:770:3
/utils/DeprecationWarning.js:88 Use brackets.getModule("thirdparty/CodeMirror/lib/codemirror") instead of global CodeMirror.
    at Object.defineProperty.get (/brackets.js:111:32)
    at file:///C:/Users/anephew/AppData/Roaming/Brackets/extensions/user/brackets-compare/libs/merge.js:767:3
    at file:///C:/Users/anephew/AppData/Roaming/Brackets/extensions/user/brackets-compare/libs/merge.js:770:3

Please fix warning, define CodeMirror = brackets.getModule("thirdparty/CodeMirror/lib/codemirror") in your file.

anephew avatar Mar 16 '17 04:03 anephew