Skip to content

Commit

Permalink
Rename file, fix examples and release as 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Halse committed Jun 2, 2015
1 parent 0022f5b commit 588c21e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions grouped.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h1>Tiny-autocomplete demo (grouped)</h1>
<div class="results"></div>

<script src="lib/zepto.js"></script>
<script src="src/tiny-autocomplete-0.4.1.js"></script>
<script src="src/tiny-autocomplete.js"></script>

<script>
$('#autocomplete-0').tinyAutocomplete({
Expand All @@ -33,4 +33,4 @@ <h1>Tiny-autocomplete demo (grouped)</h1>
});
</script>
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h1>Tiny-autocomplete demo (flat)</h1>
<div class="results"></div>

<script src="lib/zepto.js"></script>
<script src="src/tiny-autocomplete-0.4.1.js"></script>
<script src="src/tiny-autocomplete.js"></script>

<script>
$('#autocomplete-0').tinyAutocomplete({
Expand All @@ -31,4 +31,4 @@ <h1>Tiny-autocomplete demo (flat)</h1>
});
</script>
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions local.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h1>Tiny-autocomplete demo (local)</h1>
<div class="results"></div>

<script src="lib/zepto.js"></script>
<script src="src/tiny-autocomplete-0.4.1.js"></script>
<script src="src/tiny-autocomplete.js"></script>

<script>
var birds = [
Expand Down Expand Up @@ -136,4 +136,4 @@ <h1>Tiny-autocomplete demo (local)</h1>
});
</script>
</body>
</html>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Small and fast autocomplete plugin for Zepto and jQuery.
* Written by Johan Halse, https://twitter.com/hejsna, [email protected]
* License: http://johanhalse.mit-license.org
* @version 0.4.3
* @version 0.4.4
* @return {object} Self
*/
(function(window, $) {
Expand Down

0 comments on commit 588c21e

Please sign in to comment.