Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
popomore committed Apr 10, 2014
1 parent 94a32d7 commit b7ab56c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion examples/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,9 @@ seajs.use(['autocomplete', '$'], function(AutoComplete, $) {
dataSource: ['abc', 'abd', 'abe', 'acd'],
width: 150
}).render();

ac.input.on('focus', function() {
ac.show();
});
});
````
````

0 comments on commit b7ab56c

Please sign in to comment.