From cb460aa95f3c0f5b25b27f9d8cbe83cf358a4f41 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 16 Jan 2014 09:17:06 +0530 Subject: [PATCH] add missing semicolon --- source/Ox.UI/js/Form/FileButton.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox.UI/js/Form/FileButton.js b/source/Ox.UI/js/Form/FileButton.js index d972c086..fc15de73 100644 --- a/source/Ox.UI/js/Form/FileButton.js +++ b/source/Ox.UI/js/Form/FileButton.js @@ -126,7 +126,7 @@ Ox.FileButton = function(options, self) { @*/ that.blurButton = function() { self.$input.blur(); - } + }; /*@ focusButton focusButton