Fix: undefined error

This commit is contained in:
eight 2018-08-31 20:05:27 +08:00
parent 740fddf027
commit bf51fd2a6f

View File

@ -425,7 +425,7 @@ CSSLint.addRule({
} }
}; };
CSSLint.util.registerBlockEvents(parser, startRule, endRule, property); CSSLint.Util.registerBlockEvents(parser, startRule, endRule, property);
}, },
}); });