File tree Expand file tree Collapse file tree 2 files changed +36
-1
lines changed
Expand file tree Collapse file tree 2 files changed +36
-1
lines changed Original file line number Diff line number Diff line change @@ -557,6 +557,11 @@ var control = (function(){
557557func : function ( ) {
558558edge . destroy ( ) ;
559559}
560+ } , {
561+ event : "touchend" ,
562+ func : function ( ) {
563+ edge . destroy ( ) ;
564+ }
560565} , {
561566event : "keydown" ,
562567func : function ( ) {
@@ -706,6 +711,11 @@ var control = (function(){
706711func : function ( ) {
707712edge . destroy ( ) ;
708713}
714+ } , {
715+ event : "touchend" ,
716+ func : function ( ) {
717+ edge . destroy ( ) ;
718+ }
709719} , {
710720event : "keydown" ,
711721func : function ( ) {
@@ -889,6 +899,11 @@ var control = (function(){
889899func : function ( ) {
890900edge . destroy ( ) ;
891901}
902+ } , {
903+ event : "touchend" ,
904+ func : function ( ) {
905+ edge . destroy ( ) ;
906+ }
892907} , {
893908event : "keydown" ,
894909func : function ( ) {
@@ -931,6 +946,11 @@ var control = (function(){
931946func : function ( ) {
932947edge . destroy ( ) ;
933948}
949+ } , {
950+ event : "touchend" ,
951+ func : function ( ) {
952+ edge . destroy ( ) ;
953+ }
934954} , {
935955event : "keydown" ,
936956func : function ( ) {
@@ -1085,6 +1105,11 @@ var control = (function(){
10851105func : function ( ) {
10861106edge . destroy ( ) ;
10871107}
1108+ } , {
1109+ event : "touchend" ,
1110+ func : function ( ) {
1111+ edge . destroy ( ) ;
1112+ }
10881113} , {
10891114event : "keydown" ,
10901115func : function ( ) {
@@ -1228,6 +1253,11 @@ var control = (function(){
12281253func : function ( ) {
12291254edge . destroy ( ) ;
12301255}
1256+ } , {
1257+ event : "touchend" ,
1258+ func : function ( ) {
1259+ edge . destroy ( ) ;
1260+ }
12311261} , {
12321262event : "keydown" ,
12331263func : function ( ) {
@@ -1489,6 +1519,11 @@ var control = (function(){
14891519func : function ( ) {
14901520edge . destroy ( ) ;
14911521}
1522+ } , {
1523+ event : "touchend" ,
1524+ func : function ( ) {
1525+ edge . destroy ( ) ;
1526+ }
14921527} , {
14931528event : "keydown" ,
14941529func : function ( ) {
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.1.0 " ;
4+ var current = "3.1.1 " ;
55
66var compare = function ( a , b ) {
77var pa = a . split ( "." ) ;
You can’t perform that action at this time.
0 commit comments