Skip to content

Commit a8d5a35

Browse files
author
Evan You
committed
also check for this[...] in computed filters
1 parent 74590b2 commit a8d5a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ var config = require('./config'),
33
win = window,
44
console = win.console,
55
timeout = win.setTimeout,
6-
THIS_RE = /[^\w]this\./,
6+
THIS_RE = /[^\w]this[\.\[]/,
77
hasClassList = 'classList' in document.documentElement,
88
ViewModel // late def
99

0 commit comments

Comments
 (0)