1
0
mirror of synced 2025-02-16 20:13:16 +03:00

update this.context with data context on query calls

This commit is contained in:
Conor Branagan 2012-11-21 15:51:31 -05:00
parent 739a7bf3de
commit 57638ab392

View File

@ -1189,6 +1189,7 @@ the specific language governing permissions and limitations under the Apache Lic
}
self.positionDropdown();
self.resultsPage = page;
self.context = data.context;
})});
}
},