New blog styles
[snf-cloudcms] / cloudcms / static / cloudcms / js / client-downloads.js
1 var ClientDownloads = function(wrapper, clients) {
2     this.el = $(wrapper);
3     this.clients = clients;
4 }
5
6 ClientDownloads.prototype.update = function() {
7     console.log("updating clients");
8 }
9