Anthony N Huynh
Results
1
issues of
Anthony N Huynh
``` coffeescript class Entities.Customers extends Backbone.PubNub.Collection paramRoot: 'customer' model: Entities.Customer url: 'api/customers' name: 'mopaca:customers' customers = new Entities.Customers customers.fetch() //throws 'Could not sync: undefined is not a function' /* console...