wrong object in setSQL

This commit is contained in:
javi 2013-11-18 17:34:04 +01:00
parent b9b83cdff4
commit 7baf6b175f

View File

@ -372,7 +372,7 @@
setSQL: function(sql) { setSQL: function(sql) {
if (this.options.sql != sql) { if (this.options.sql != sql) {
this.options.sql = sql; this.options.sql = sql;
this.options.reload(); this.reload();
} }
}, },