Cleanup and capitalisation for the Table widget
This commit is contained in:
parent
8a7a97f48e
commit
ea0121f5c1
3 changed files with 11 additions and 15 deletions
|
@ -9,10 +9,6 @@ var AIRTIME = (function(AIRTIME) {
|
|||
AIRTIME.widgets = {};
|
||||
}
|
||||
|
||||
/*if (AIRTIME.widgets.table === undefined) {
|
||||
AIRTIME.widgets.table = {};
|
||||
}*/
|
||||
|
||||
var HUGE_INT = Math.pow(2, 53) - 1;
|
||||
|
||||
//Table widget constructor
|
||||
|
@ -440,7 +436,7 @@ var AIRTIME = (function(AIRTIME) {
|
|||
};
|
||||
|
||||
//Add Table to the widgets namespace
|
||||
AIRTIME.widgets.table = Table;
|
||||
AIRTIME.widgets.Table = Table;
|
||||
|
||||
|
||||
return AIRTIME;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue