Moved the parentheses outside to make Babel happy

This commit is contained in:
Phil Hughes 2016-07-28 15:07:47 +01:00
parent 8539396216
commit 8b1a2e4d0b
8 changed files with 8 additions and 8 deletions

View File

@ -65,4 +65,4 @@
});
Vue.component('jump-to-discussion', JumpToDiscussion);
}());
})();

View File

@ -44,4 +44,4 @@
}
}
});
}(window));
})(window);

View File

@ -76,4 +76,4 @@
CommentsStore.create(this.discussionId, this.noteId, this.resolved, this.resolvedBy);
}
});
}(window));
})(window);

View File

@ -29,4 +29,4 @@
}
}
});
}(window));
})(window);

View File

@ -37,4 +37,4 @@
}
}
});
}(window));
})(window);

View File

@ -6,4 +6,4 @@
}
}
};
}(window));
})(window);

View File

@ -98,4 +98,4 @@
}
w.ResolveService = new ResolveServiceClass();
}(window));
})(window);

View File

@ -56,4 +56,4 @@
return ids;
}
};
}(window));
})(window);