From 117f92b729464f408da82fcaaad1852f28d0e028 Mon Sep 17 00:00:00 2001 From: Tony Aldridge Date: Fri, 27 Jun 2014 14:39:06 +0100 Subject: [PATCH] Matching existing formatting --- c3.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c3.js b/c3.js index aab174f..21bba66 100644 --- a/c3.js +++ b/c3.js @@ -494,7 +494,7 @@ function getCurrentWidth() { var result = __size_width ? __size_width : getParentWidth(); if (isNaN(result)) { - return 0; + return 0; } return result; }