Skip to content

Commit

Permalink
Autocomplete: Style updates
Browse files Browse the repository at this point in the history
Ref #14246
Ref gh-1588
  • Loading branch information
arschmitz committed Aug 21, 2015
1 parent a6499c0 commit 8029cc9
Show file tree
Hide file tree
Showing 6 changed files with 209 additions and 206 deletions.
4 changes: 2 additions & 2 deletions tests/unit/autocomplete/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ common.testWidget( "autocomplete", {
},
source: null,

// callbacks
// Callbacks
change: null,
close: null,
create: null,
Expand All @@ -32,6 +32,6 @@ common.testWidget( "autocomplete", {
search: null,
select: null
}
});
} );

} );
Loading

0 comments on commit 8029cc9

Please sign in to comment.