diff options
author | shadlaws <shad@shadlaws.com> | 2013-02-12 17:27:05 +0100 |
---|---|---|
committer | shadlaws <shad@shadlaws.com> | 2013-02-12 17:27:05 +0100 |
commit | dc5b1a715b6d3dee117d23d460b2cbc521d326d3 (patch) | |
tree | 83d1aaa1ed6cd9b26a5e5637ed492f917633229f /lib/gallery.dialog.js | |
parent | ec0363fd36f84c51d9fa3492004425ded2b729bd (diff) |
Formatting: cleaned up extra lines, whitespaces, converted tabs to spaces, etc.
Diffstat (limited to 'lib/gallery.dialog.js')
-rw-r--r-- | lib/gallery.dialog.js | 13 |
1 files changed, 5 insertions, 8 deletions
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(); + } }); }, |