add missing semicolon

This commit is contained in:
rolux 2014-01-16 09:17:06 +05:30
parent a579d08f41
commit cb460aa95f

View file

@ -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