Show More
@@ -52,7 +52,6 define([ | |||||
52 |
|
52 | |||
53 | MenuBar.prototype.style = function () { |
|
53 | MenuBar.prototype.style = function () { | |
54 | var that = this; |
|
54 | var that = this; | |
55 | this.element.addClass('border-box-sizing'); |
|
|||
56 | this.element.find("li").click(function (event, ui) { |
|
55 | this.element.find("li").click(function (event, ui) { | |
57 | // The selected cell loses focus when the menu is entered, so we |
|
56 | // The selected cell loses focus when the menu is entered, so we | |
58 | // re-select it upon selection. |
|
57 | // re-select it upon selection. |
General Comments 0
You need to be logged in to leave comments.
Login now