1
0
Fork 0
arangodb/html/admin/js/models/arangoStatistics.js

11 lines
251 B
JavaScript

/*jslint indent: 2, nomen: true, maxlen: 100, sloppy: true, vars: true, white: true, plusplus: true */
/*global window, Backbone*/
window.Statistics = Backbone.Model.extend({
defaults: {
},
url: function() {
return "../statistics";
}
});