diff --git a/static/scripts/app/collections/pub-repos.js b/static/scripts/app/collections/pub-repos.js index 4211d4fa10..df651fa034 100644 --- a/static/scripts/app/collections/pub-repos.js +++ b/static/scripts/app/collections/pub-repos.js @@ -9,7 +9,7 @@ define([ model: PubRepo, url: app.pageOptions.pubReposUrl, - comparator: -'mtime', + comparator: -'mtime' }); diff --git a/static/scripts/app/models/group-repo.js b/static/scripts/app/models/group-repo.js index cc29858670..2ccc1bd7ad 100644 --- a/static/scripts/app/models/group-repo.js +++ b/static/scripts/app/models/group-repo.js @@ -7,7 +7,7 @@ define([ var GroupRepo = Repo.extend({ defaults: { - permission: "r", + permission: "r" } }); diff --git a/static/scripts/app/views/add-group-repo.js b/static/scripts/app/views/add-group-repo.js index 2cb6664325..010318d9c5 100644 --- a/static/scripts/app/views/add-group-repo.js +++ b/static/scripts/app/views/add-group-repo.js @@ -19,7 +19,7 @@ define([ var baseAttrs = AddRepoView.prototype.newAttributes.apply(this); return _.extend(baseAttrs, {'permission': $('select[name=permission]', this.$el).val()}); - }, + } }); diff --git a/static/scripts/app/views/add-pubrepo-item.js b/static/scripts/app/views/add-pubrepo-item.js index 983cf27a4c..c99e98b366 100644 --- a/static/scripts/app/views/add-pubrepo-item.js +++ b/static/scripts/app/views/add-pubrepo-item.js @@ -37,7 +37,7 @@ define([ render: function () { this.$el.html(this.template(this.model.toJSON())); return this; - }, + } }); diff --git a/static/scripts/app/views/create-pub-repo.js b/static/scripts/app/views/create-pub-repo.js index 8c87f8a304..b447d9bb17 100644 --- a/static/scripts/app/views/create-pub-repo.js +++ b/static/scripts/app/views/create-pub-repo.js @@ -19,7 +19,7 @@ define([ var baseAttrs = AddRepoView.prototype.newAttributes.apply(this); return _.extend(baseAttrs, {'permission': $('select[name=permission]', this.$el).val()}); - }, + } }); diff --git a/static/scripts/app/views/dir.js b/static/scripts/app/views/dir.js index 92692a710e..111a5a6e81 100644 --- a/static/scripts/app/views/dir.js +++ b/static/scripts/app/views/dir.js @@ -608,7 +608,7 @@ define([ op_type: op, obj_type: '', obj_name: '', - show_other_repos: !dir.encrypted, + show_other_repos: !dir.encrypted })); form.modal({appendTo:'#main', autoResize:true, focus:false}); $('#simplemodal-container').css({'width':'auto', 'height':'auto'}); diff --git a/static/scripts/app/views/group-repo.js b/static/scripts/app/views/group-repo.js index c383a7ec5d..63505cd62b 100644 --- a/static/scripts/app/views/group-repo.js +++ b/static/scripts/app/views/group-repo.js @@ -60,7 +60,7 @@ define([ Common.feedback(err, 'error'); } }); - }, + } }); diff --git a/static/scripts/app/views/myhome-sub-repos.js b/static/scripts/app/views/myhome-sub-repos.js index cc6808dec1..d63df43457 100644 --- a/static/scripts/app/views/myhome-sub-repos.js +++ b/static/scripts/app/views/myhome-sub-repos.js @@ -14,7 +14,7 @@ define([ el: $('#repo-tabs'), events: { - 'click #sub-lib-create': 'createRepo', + 'click #sub-lib-create': 'createRepo' }, initialize: function(options) { diff --git a/static/scripts/app/views/shared-repo.js b/static/scripts/app/views/shared-repo.js index 872634723f..a2b22828ed 100644 --- a/static/scripts/app/views/shared-repo.js +++ b/static/scripts/app/views/shared-repo.js @@ -56,7 +56,7 @@ define([ hideAction: function() { this.$el.removeClass('hl'); this.$el.find('.op-icon').addClass('vh'); - }, + } }); return SharedRepoView; diff --git a/static/scripts/common.js b/static/scripts/common.js index a3eeb0b1c5..6394086ec2 100644 --- a/static/scripts/common.js +++ b/static/scripts/common.js @@ -18,7 +18,7 @@ require.config({ 'jquery' ], exports: 'Backbone' - }, + } }, paths: { 'jquery': 'lib/jquery',