mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-02-23 13:40:48 +01:00
[bug] add missing key and value for state update
This commit is contained in:
parent
360135b94b
commit
a0d4da5c09
@ -369,6 +369,7 @@ var update = (function() {
|
||||
vertical: "center"
|
||||
};
|
||||
data.state.edge = false;
|
||||
data.state.autoSuggest = false;
|
||||
return data;
|
||||
};
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
var version = (function() {
|
||||
|
||||
// version is normally bumped when the state needs changing or any new functionality is added
|
||||
var current = "3.1.2";
|
||||
var current = "3.1.3";
|
||||
|
||||
var compare = function(a, b) {
|
||||
var pa = a.split(".");
|
||||
|
Loading…
Reference in New Issue
Block a user