refactoring according to pr comments

This commit is contained in:
Shelby Sturgis 2014-10-18 00:23:17 +03:00
parent 18d0ef995f
commit aebcaec302

View file

@ -22,7 +22,7 @@ define(function (require) {
return obj.rows;
} else if (obj.columns) {
return obj.columns;
} else {
} else if (obj.series) {
return [obj];
}
}