Skip to content

Commit

Permalink
trim back versions after #108
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Mar 5, 2016
1 parent b4518ec commit b0d4d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
var self = this;
window.addEventListener('hashchange', function () {self.fetchFromHash();});
};
UI.versions = ['3.0.10','3.0.9','3.0.8','3.0.7','3.0.6','3.0.5','3.0.4', '3.0.3', '3.0.0', '2.3.0', '2.2.0', '2.1.0', '2.0.0'];
UI.versions = ['3.0.6', '3.0.3', '3.0.0', '2.3.0', '2.2.0', '2.1.0', '2.0.0'];
UI.prototype = {

isArray: Array.isArray || function (obj) {
Expand Down

0 comments on commit b0d4d48

Please sign in to comment.