We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6167aa commit fdaf6a6Copy full SHA for fdaf6a6
1 file changed
site/main.js
@@ -8,7 +8,7 @@
8
var self = this;
9
window.addEventListener('hashchange', function () {self.fetchFromHash();});
10
};
11
- UI.versions = ['3.1.0', '3.0.22', '3.0.20', '3.0.6', '3.0.3', '3.0.0', '2.3.0', '2.2.0', '2.1.0', '2.0.0'];
+ UI.versions = ['4.2.0', '3.0.22', '3.0.20', '3.0.6', '3.0.3', '3.0.0', '2.3.0', '2.2.0', '2.1.0', '2.0.0'];
12
UI.prototype = {
13
14
isArray: Array.isArray || function (obj) {
0 commit comments