... and more linting

This commit is contained in:
Manuel Friedli 2016-06-26 23:29:50 +02:00
parent 0035264f27
commit 6f7a77e355

View file

@ -739,7 +739,7 @@
parseObject(letters, styleClass, input);
}
}
}
};
parseObject = function parseObject(letters, styleClass, object) {
if (typeof object !== 'undefined' && object !== null) {
@ -750,7 +750,7 @@
});
});
}
}
};
parseTimeDefinition = function parseTimeDefinition(letters, styleClass, definition) {
if (typeof definition !== 'undefined' && definition !== null) {
@ -762,7 +762,7 @@
});
});
}
}
};
this.parse = function parse() {
var letters = [];