Backed out changeset 011c29fd2668 (bug 1016037) for webaudioeditor test failures; CLOSED TREE

This commit is contained in:
Ed Morley 2014-08-14 17:08:58 +01:00
parent 8c296a46d3
commit 52035c517e
2 changed files with 1 additions and 5 deletions

View File

@ -452,7 +452,7 @@ let WebAudioInspectorView = {
*/
_setTitle: function () {
let node = this._currentNode;
let title = node.type.replace(/Node$/, "");
let title = node.type + " (" + node.id + ")";
$("#web-audio-inspector-title").setAttribute("value", title);
},

View File

@ -99,10 +99,6 @@ text {
* Inspector Styles
*/
#web-audio-inspector-title {
margin: 6px;
}
.web-audio-inspector .error {
background-image: url(alerticon-warning.png);
background-size: 13px 12px;