File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1497,14 +1497,14 @@ var control = (function(){
14971497type : "range" ,
14981498valueMod : [ "float" ] ,
14991499func : function ( ) {
1500- link . render . item . name . set ( ) ;
1500+ link . render . item . name ( ) ;
15011501}
15021502} , {
15031503element : helper . e ( ".control-link-item-name-size-default" ) ,
15041504type : "button" ,
15051505func : function ( ) {
15061506_setValue ( "link.item.display.icon.size" , 0.9 ) ;
1507- link . render . item . name . set ( ) ;
1507+ link . render . item . name ( ) ;
15081508update ( ) ;
15091509}
15101510} , {
Original file line number Diff line number Diff line change 11var version = ( function ( ) {
22
33// version is normally bumped when the state needs changing or any new functionality is added
4- var current = "3.8.1 " ;
4+ var current = "3.8.2 " ;
55
66var compare = function ( a , b ) {
77var pa = a . split ( "." ) ;
You can’t perform that action at this time.
0 commit comments