Skip to content

Commit

Permalink
update name to camel style
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeye committed Sep 14, 2011
1 parent f8729d7 commit 411ef8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test.basic.js
Expand Up @@ -49,8 +49,8 @@ a.on('loaded', function() {
a.close();
});

function onReady(AutoComplete) {
AutoComplete.initialize(function(addItem) {
function onReady(autoComplete) {
autoComplete.initialize(function(addItem) {
addItem(['fruit', ['apple', 'red'], 'banana', 'orange', ['apples', 'yumyum'], ['apple pie', 'tasty'],
'kiwi', 'orange juice']);
});
Expand Down

0 comments on commit 411ef8a

Please sign in to comment.