Skip to content

Commit

Permalink
Removed unnecessary function
Browse files Browse the repository at this point in the history
  • Loading branch information
kinu committed Jun 8, 2013
1 parent 26590bc commit 09bc410
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions html/semantics/forms/the-input-element/text.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ <h1>Text input element</h1>
</div>
<div id="log"></div>
<script type="text/javascript">

// A helper routine.
function setValue(element, value) {
element.value = value;
}

var types = [ 'text', 'search' ];

for (var i = 0; i < types.length; ++i) {
Expand Down

0 comments on commit 09bc410

Please sign in to comment.