remove unused check function
This commit is contained in:
parent
89a6ef0b26
commit
e298a5d350
@ -1,6 +1,3 @@
|
|||||||
var check = function (node, file) {
|
|
||||||
};
|
|
||||||
|
|
||||||
exports.MethodDefinition =
|
exports.MethodDefinition =
|
||||||
exports.Property = function (node, parent, file) {
|
exports.Property = function (node, parent, file) {
|
||||||
if (node.kind === "set" && node.value.params.length !== 1) {
|
if (node.kind === "set" && node.value.params.length !== 1) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user