diff --git a/morris.js b/morris.js index 8cba641..b9580aa 100644 --- a/morris.js +++ b/morris.js @@ -68,7 +68,7 @@ Licensed under the BSD-2-Clause License. Morris.pad2 = function(number) { return (number < 10 ? '0' : '') + number; - };ou + }; Morris.Grid = (function(_super) { __extends(Grid, _super);