7 lines
139 B
JavaScript
7 lines
139 B
JavaScript
|
|
/**
|
|
* Collection for common data
|
|
* - For the moment is static.
|
|
*/
|
|
|
|
cdb.admin.CommonTables = Backbone.Collection.extend({}); |