cockpit/js/wfadaptor.cpee.js in cpee-1.3.156 vs cockpit/js/wfadaptor.cpee.js in cpee-1.3.157
- old
+ new
@@ -445,11 +445,11 @@
events.mousedown(node,e,false, true);
},
'click': events.click,
}//}}}
}; /*}}}*/
- this.elements.break = { /*{{{*/
+ this.elements.escape = { /*{{{*/
'illustrator': {//{{{
'type' : 'primitive',
'endnodes' : 'this',
'svg': function() {
return $X('<svg class="clickable" xmlns="http://www.w3.org/2000/svg">' +
@@ -459,10 +459,10 @@
'</svg>');
}
},//}}}
'description' : {//{{{
'create': function(target) {
- var node = $X('<break xmlns="http://cpee.org/ns/description/1.0"/>');
+ var node = $X('<escape xmlns="http://cpee.org/ns/description/1.0"/>');
return node;
},
'permissible_children': function(node) {
return [];
}