From 67dab240c2cd27604e5fd57c4d71ab9d33fe1b76 Mon Sep 17 00:00:00 2001 From: guy Date: Thu, 2 Nov 2017 23:29:13 +0800 Subject: [PATCH] update --- dist/fix/fix.compact.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/dist/fix/fix.compact.js b/dist/fix/fix.compact.js index ea9ef768d..8aa5de97c 100644 --- a/dist/fix/fix.compact.js +++ b/dist/fix/fix.compact.js @@ -14,13 +14,6 @@ } function createWatcher(vm, keyOrFn, handler, options) { - if (BI.isPlainObject(handler)) { - options = handler - handler = handler.handler - } - if (typeof handler === 'string') { - handler = vm[handler] - } return Fix.watch(vm, keyOrFn, handler, options) }