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

Moved the parentheses outside to make Babel happy

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