[whitespace][xs]: correct indentation issues introduced in b3a71e82cc.
This commit is contained in:
@@ -12,6 +12,7 @@ this.recline.Model = this.recline.Model || {};
|
||||
my.Dataset = Backbone.Model.extend({
|
||||
__type__: 'Dataset',
|
||||
initialize: function(options) {
|
||||
console.log(options);
|
||||
this.currentDocuments = new my.DocumentList();
|
||||
this.docCount = null;
|
||||
this.backend = null;
|
||||
|
||||
Reference in New Issue
Block a user