/** * Created by aghassaei on 9/9/15. */ define(['backbone'], function(Backbone){ return Backbone.Model.extend({ defaults: { autoscroll: true } }); });