/*jslint indent: 2, nomen: true, maxlen: 100, sloppy: true, vars: true, white: true, plusplus: true */ /*global Backbone, $, window */ window.Replication = Backbone.Model.extend({ defaults: { state: {}, server: {} }, initialize: function () { } });