Bug 1304262 - codemirror dialog does not work in inspector and scratchpad; r=gl

MozReview-Commit-ID: 4JJu8mr9IpI
This commit is contained in:
Fred Lin 2016-09-22 11:34:20 +08:00
parent 0ed5e9f32e
commit e3c241f754
3 changed files with 4 additions and 1 deletions

View File

@ -1 +0,0 @@
{ "presets": [ "es2015" ] }

View File

@ -30,6 +30,7 @@ devtools.jar:
content/animationinspector/animation-controller.js (animationinspector/animation-controller.js)
content/animationinspector/animation-panel.js (animationinspector/animation-panel.js)
content/animationinspector/animation-inspector.xhtml (animationinspector/animation-inspector.xhtml)
content/sourceeditor/codemirror/addon/dialog/dialog.css (sourceeditor/codemirror/addon/dialog/dialog.css)
content/sourceeditor/codemirror/addon/hint/show-hint.js (sourceeditor/codemirror/addon/hint/show-hint.js)
content/sourceeditor/codemirror/addon/tern/tern.js (sourceeditor/codemirror/addon/tern/tern.js)
content/sourceeditor/codemirror/codemirror.bundle.js (sourceeditor/codemirror/codemirror.bundle.js)

View File

@ -6,6 +6,9 @@
"scripts": {
"build": "webpack"
},
"babel": {
"presets": [ "es2015" ]
},
"author": "",
"license": "",
"devDependencies": {