Commit 501a1640 authored by Mike Greiling's avatar Mike Greiling

fix conflict in project_new.js

parent 328780bd
......@@ -3,10 +3,7 @@
(function() {
this.ProjectNew = (function() {
function ProjectNew() {
<<<<<<< HEAD
=======
this.toggleSettings = this.toggleSettings.bind(this);
>>>>>>> upstream/master
this.$selects = $('.features select');
this.$repoSelects = this.$selects.filter('.js-repo-select');
this.$enableApprovers = $('.js-require-approvals-toggle');
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment