Commit cadb0099 authored by Joshua Gould's avatar Joshua Gould

fixed errant text

parent 697922f1
......@@ -14,9 +14,9 @@
* visible, name, field, renderer
*/
items: [],
morpheus.Table = function (options) {
morpheus.Table = function (options) {
options = morpheus.Table.createOptions(options);
this.options = options;
if (!options.width) {
......@@ -210,7 +210,7 @@ items: [],
this.setItems(options.items);
}
};
};
morpheus.Table.defaultRenderer = function (item, value) {
if (_.isNumber(value)) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment