From 57638ab3921c2f02d90f1d2318efae046c5bf35d Mon Sep 17 00:00:00 2001 From: Conor Branagan Date: Wed, 21 Nov 2012 15:51:31 -0500 Subject: [PATCH] update `this.context` with data context on query calls --- select2.js | 1 + 1 file changed, 1 insertion(+) diff --git a/select2.js b/select2.js index ca355440..00d8696e 100644 --- a/select2.js +++ b/select2.js @@ -1189,6 +1189,7 @@ the specific language governing permissions and limitations under the Apache Lic } self.positionDropdown(); self.resultsPage = page; + self.context = data.context; })}); } },