Skip to content

Commit

Permalink
remove handleVersionChange
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech committed Feb 9, 2019
1 parent b236deb commit 4095fc6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/demo/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,6 @@ function handleOutputChange() {
updateLink();
}

function handleVersionChange() {
handleChange($markedVer, $markedVerElem.value);
updateVersion();
}

function handleChange(panes, visiblePane) {
var active = null;
for (var i = 0; i < panes.length; i++) {
Expand Down

0 comments on commit 4095fc6

Please sign in to comment.