File tree Expand file tree Collapse file tree 3 files changed +2
-10
lines changed
Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -956,14 +956,6 @@ var control = (function(){
956956} ;
957957
958958var update = function ( ) {
959- var eventType = {
960- button : "click" ,
961- checkbox : "change" ,
962- radio : "change" ,
963- text : "input" ,
964- range : "input" ,
965- color : "change"
966- } ;
967959var valueMod = {
968960reverse : function ( value , element ) {
969961return parseInt ( element . max , 10 ) - value ;
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ var keyboard = (function(){
1313} else if ( state . get ( ) . bookmarks . edit ) {
1414helper . setObject ( {
1515object : state . get ( ) ,
16- path : "edit.active " ,
16+ path : "bookmarks.edit " ,
1717newValue : false
1818} ) ;
1919control . update ( ) ;
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 = "2.9.2 " ;
4+ var current = "2.9.3 " ;
55
66var get = function ( ) {
77var number = current . split ( "." ) ;
You can’t perform that action at this time.
0 commit comments