From 92668ee330fe0e7e79d72c0c44ffdc4533e6a083 Mon Sep 17 00:00:00 2001 From: guy Date: Sun, 21 Jan 2018 14:16:43 +0800 Subject: [PATCH] update --- dist/fix/fix.compact.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/fix/fix.compact.js b/dist/fix/fix.compact.js index ecb79592a..f45976374 100644 --- a/dist/fix/fix.compact.js +++ b/dist/fix/fix.compact.js @@ -66,7 +66,7 @@ if (p.store || p.__cacheStore) { break; } - p = p._parent || (p.options && p.options.element); + p = p._parent || (p.options && p.options.element) || context; } if (p) { widget.__cacheStore = p.store;