Backbone.Safe icon indicating copy to clipboard operation
Backbone.Safe copied to clipboard

change safe methods to Model & Collection methods

Open orizens opened this issue 11 years ago • 0 comments

stop using:

this.safe.load();

use:

this.fetch('safe');

orizens avatar Jun 12 '13 19:06 orizens