Replace whitespaces with tabs in js files

This commit is contained in:
Eike Foken
2011-09-14 23:59:24 +02:00
parent 710fa500a8
commit 08b3000a9e
2 changed files with 259 additions and 259 deletions

View File

@@ -332,7 +332,7 @@ $.extend(InlineEditor.prototype, {
if ( ! this.settings.show_buttons) {
// TODO: Firefox has a bug where blur is not reliably called when focus is lost
// (for example by another editor appearing)
// (for example by another editor appearing)
if ("save" === this.settings.on_blur)
form.find(".inplace_field").blur(saveEditorAction);
else