improve debugging

This commit is contained in:
Sebastian Sdorra
2010-09-15 10:33:13 +02:00
parent 8df2841a4d
commit 163ccbddf5

View File

@@ -19,6 +19,8 @@ Sonia.rest.JsonStore = Ext.extend( Ext.data.JsonStore, {
console.debug( 'empty array, clear whole store' );
}
this.removeAll();
} else {
alert( action + ": " + response.responseText );
}
},
scope: this