From e54cf13d0a6e7793410ccf8bb3813c6d9f44e35d Mon Sep 17 00:00:00 2001 From: taxicala Date: Wed, 27 Aug 2014 15:01:12 -0300 Subject: [PATCH] Fixed Typo in previous commit --- morris.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);