Skip to content

Commit

Permalink
remove useless require
Browse files Browse the repository at this point in the history
  • Loading branch information
errorrik committed Apr 6, 2022
1 parent 5079a22 commit 1fbbe91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/view/if-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
* @file if 指令节点类
*/

var each = require('../util/each');
var guid = require('../util/guid');
var insertBefore = require('../browser/insert-before');
var evalExpr = require('../runtime/eval-expr');
Expand Down

0 comments on commit 1fbbe91

Please sign in to comment.