From dc5b1a715b6d3dee117d23d460b2cbc521d326d3 Mon Sep 17 00:00:00 2001 From: shadlaws Date: Tue, 12 Feb 2013 17:27:05 +0100 Subject: Formatting: cleaned up extra lines, whitespaces, converted tabs to spaces, etc. --- lib/gallery.dialog.js | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'lib/gallery.dialog.js') diff --git a/lib/gallery.dialog.js b/lib/gallery.dialog.js index 0197682b..80f4f81d 100644 --- a/lib/gallery.dialog.js +++ b/lib/gallery.dialog.js @@ -1,6 +1,3 @@ - - - (function($) { $.widget("ui.gallery_dialog", { _init: function() { @@ -154,11 +151,11 @@ } } }, - error: function(xhr, textStatus, errorThrown) { - $("#g-dialog").html(xhr.responseText); - self._set_title(); - self._layout(); - } + error: function(xhr, textStatus, errorThrown) { + $("#g-dialog").html(xhr.responseText); + self._set_title(); + self._layout(); + } }); }, -- cgit v1.2.3