Skip to content

Commit

Permalink
Selectmenu tests: remove console statements
Browse files Browse the repository at this point in the history
  • Loading branch information
fnagel committed Feb 13, 2013
1 parent 50bb89f commit f434271
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions tests/unit/selectmenu/selectmenu_core.js
Expand Up @@ -88,17 +88,7 @@ $.each([
expect(5);

var links,
element = $(settings.selector).selectmenu({
select: function(){
console.log("selected");
},
focus: function(){
console.log("focused");
},
close: function(){
console.log("closed");
}
}),
element = $(settings.selector).selectmenu(),
button = element.selectmenu("widget"),
menu = element.selectmenu("menuWidget"),
selected = element.find("option:selected"),
Expand Down

0 comments on commit f434271

Please sign in to comment.