Revert "... and more linting"

This reverts commit 6f7a77e355.
This commit is contained in:
Manuel Friedli 2016-06-26 23:46:33 +02:00
parent 49b4fc4dfe
commit 797088c988
1 changed files with 3 additions and 3 deletions

View File

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