We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e032dd4 commit 360135bCopy full SHA for 360135b
2 files changed
js/control.js
@@ -1752,6 +1752,7 @@ var control = (function() {
1752
object.additionalEvents.forEach(function(item, index) {
1753
object.element.addEventListener(item.event, function(event) {
1754
item.func(event);
1755
+ data.save();
1756
}, false);
1757
});
1758
};
js/version.js
@@ -1,7 +1,7 @@
1
var version = (function() {
2
3
// version is normally bumped when the state needs changing or any new functionality is added
4
- var current = "3.1.1";
+ var current = "3.1.2";
5
6
var compare = function(a, b) {
7
var pa = a.split(".");
0 commit comments