forked from AuroraMiddleware/gtk
Broadway: Fix handling of debug nodes
The debug nodes have id BROADWAY_NODE_DEBUG, which happens to be "12". So, don't hardcode the wrong number "14".
This commit is contained in:
parent
a97ea17c92
commit
5581f78f41
@ -809,7 +809,7 @@ TransformNodes.prototype.insertNode = function(parent, previousSibling, is_tople
|
||||
}
|
||||
break;
|
||||
|
||||
case 14: // DEBUG
|
||||
case BROADWAY_NODE_DEBUG:
|
||||
{
|
||||
var str = this.decode_string();
|
||||
var div = this.createDiv(id);
|
||||
|
Loading…
Reference in New Issue
Block a user