Skip to content

Commit e1d387d

Browse files
committed
remove unecessary check
1 parent 81aa6e6 commit e1d387d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/compiler/compile.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ function makeUnlinkFn (vm, dirs, parent, parentDirs) {
117117
*/
118118

119119
function teardownDirs (vm, dirs, destroying) {
120-
if (!dirs) return
121120
var i = dirs.length
122121
while (i--) {
123122
dirs[i]._teardown()

0 commit comments

Comments
 (0)