Commit 8b1a2e4d authored by Phil Hughes's avatar Phil Hughes

Moved the parentheses outside to make Babel happy

parent 85393962
......@@ -65,4 +65,4 @@
});
Vue.component('jump-to-discussion', JumpToDiscussion);
}());
})();
......@@ -76,4 +76,4 @@
CommentsStore.create(this.discussionId, this.noteId, this.resolved, this.resolvedBy);
}
});
}(window));
})(window);
......@@ -98,4 +98,4 @@
}
w.ResolveService = new ResolveServiceClass();
}(window));
})(window);
......@@ -56,4 +56,4 @@
return ids;
}
};
}(window));
})(window);
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