提交 8b1a2e4d 编写于 作者: P Phil Hughes

Moved the parentheses outside to make Babel happy

上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册