add missing semicolon
This commit is contained in:
parent
a579d08f41
commit
cb460aa95f
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ Ox.FileButton = function(options, self) {
|
||||||
@*/
|
@*/
|
||||||
that.blurButton = function() {
|
that.blurButton = function() {
|
||||||
self.$input.blur();
|
self.$input.blur();
|
||||||
}
|
};
|
||||||
|
|
||||||
/*@
|
/*@
|
||||||
focusButton <f> focusButton
|
focusButton <f> focusButton
|
||||||
|
|
Loading…
Reference in a new issue