Browse Source

Matching existing formatting

pull/789/head
Tony Aldridge 11 years ago
parent
commit
117f92b729
  1. 2
      c3.js

2
c3.js

@ -494,7 +494,7 @@
function getCurrentWidth() { function getCurrentWidth() {
var result = __size_width ? __size_width : getParentWidth(); var result = __size_width ? __size_width : getParentWidth();
if (isNaN(result)) { if (isNaN(result)) {
return 0; return 0;
} }
return result; return result;
} }

Loading…
Cancel
Save