diff --git a/docs/index.html b/docs/index.html index 60e9149..88bea16 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,54 +1,62 @@
- - - - - - - - + + + + + + + + - - + + - - - - - - + + + + + + + + + + - - - + + - + // for (var i = 0; i < examples.length; ++i) { + // var example = examples[i]; + // var option = document.createElement('option'); + // option.textContent = example.name; + // selectEl.appendChild(option); + // } + // selectEl.selectedIndex = 1; + // setExample(selectEl.selectedIndex); + @@ -57,53 +65,53 @@