1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

Removed rogue comment - not needed

This commit is contained in:
Michael Abashian 2016-12-12 11:25:20 -05:00
parent 8165e18e64
commit fdcae226aa

View File

@ -190,7 +190,7 @@ export default [ '$state',
.text(function () { return "START"; }) .text(function () { return "START"; })
.call(add_node); .call(add_node);
} }
else {//d.isActiveEdit else {
thisNode.append("rect") thisNode.append("rect")
.attr("width", rectW) .attr("width", rectW)
.attr("height", rectH) .attr("height", rectH)