浏览代码

update `this.context` with data context on query calls

Conor Branagan 12 年之前
父节点
当前提交
57638ab392
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      select2.js

+ 1 - 0
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;
                 })});
             }
         },