1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 08:27:42 +02:00

Recompile JS

This commit is contained in:
Toby Zerner
2016-11-19 22:08:34 +10:30
parent 0cd623be60
commit 9515c66447

View File

@@ -151,7 +151,7 @@ System.register('flarum/likes/components/PostLikedNotification', ['flarum/compon
function PostLikedNotification() { function PostLikedNotification() {
babelHelpers.classCallCheck(this, PostLikedNotification); babelHelpers.classCallCheck(this, PostLikedNotification);
return babelHelpers.possibleConstructorReturn(this, Object.getPrototypeOf(PostLikedNotification).apply(this, arguments)); return babelHelpers.possibleConstructorReturn(this, (PostLikedNotification.__proto__ || Object.getPrototypeOf(PostLikedNotification)).apply(this, arguments));
} }
babelHelpers.createClass(PostLikedNotification, [{ babelHelpers.createClass(PostLikedNotification, [{
@@ -209,7 +209,7 @@ System.register('flarum/likes/components/PostLikesModal', ['flarum/components/Mo
function PostLikesModal() { function PostLikesModal() {
babelHelpers.classCallCheck(this, PostLikesModal); babelHelpers.classCallCheck(this, PostLikesModal);
return babelHelpers.possibleConstructorReturn(this, Object.getPrototypeOf(PostLikesModal).apply(this, arguments)); return babelHelpers.possibleConstructorReturn(this, (PostLikesModal.__proto__ || Object.getPrototypeOf(PostLikesModal)).apply(this, arguments));
} }
babelHelpers.createClass(PostLikesModal, [{ babelHelpers.createClass(PostLikesModal, [{