Sha256: 514f9cc4ff24eb642fbc130332793a7ef61717559f97870294028bfef0b7ebd9
Contents?: true
Size: 374 Bytes
Versions: 23
Compression:
Stored size: 374 Bytes
Contents
define(["jquery","underscore","backbone","model/dashboard"],function(e,n,t,i){var o=t.Collection.extend({model:i,url:"/dashboards.json",comparator:function(e){return e.get("name").toLowerCase()},initialize:function(e,n){n&&(this.cb=n.cb),this.fetch({success:function(){this.cb&&this.cb(),t.Mediator.pub("collection:dashboard:init",this)}.bind(this),async:!1})}});return o});
Version data entries
23 entries across 23 versions & 1 rubygems