File tree Expand file tree Collapse file tree 1 file changed +0
-27
lines changed
Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Original file line number Diff line number Diff line change @@ -1679,47 +1679,20 @@ var control = (function(){
16791679element : helper . e ( ".control-group-area-alignment-left" ) ,
16801680path : "group.area.alignment" ,
16811681type : "radio" ,
1682- additionalEvents : [ {
1683- event : "change" ,
1684- func : function ( ) {
1685- edge . box . open ( {
1686- element : helper . e ( ".group-header" ) ,
1687- delay : 500
1688- } ) ;
1689- }
1690- } ] ,
16911682func : function ( ) {
16921683render . class ( ) ;
16931684}
16941685} , {
16951686element : helper . e ( ".control-group-area-alignment-center" ) ,
16961687path : "group.area.alignment" ,
16971688type : "radio" ,
1698- additionalEvents : [ {
1699- event : "change" ,
1700- func : function ( ) {
1701- edge . box . open ( {
1702- element : helper . e ( ".group-header" ) ,
1703- delay : 500
1704- } ) ;
1705- }
1706- } ] ,
17071689func : function ( ) {
17081690render . class ( ) ;
17091691}
17101692} , {
17111693element : helper . e ( ".control-group-area-alignment-right" ) ,
17121694path : "group.area.alignment" ,
17131695type : "radio" ,
1714- additionalEvents : [ {
1715- event : "change" ,
1716- func : function ( ) {
1717- edge . box . open ( {
1718- element : helper . e ( ".group-header" ) ,
1719- delay : 500
1720- } ) ;
1721- }
1722- } ] ,
17231696func : function ( ) {
17241697render . class ( ) ;
17251698}
You can’t perform that action at this time.
0 commit comments