mirror of
https://github.com/flarum/core.git
synced 2025-08-15 12:54:47 +02:00
Recompile JS
This commit is contained in:
4
extensions/lock/js/forum/dist/extension.js
vendored
4
extensions/lock/js/forum/dist/extension.js
vendored
@@ -88,7 +88,7 @@ System.register('flarum/lock/components/DiscussionLockedNotification', ['flarum/
|
|||||||
|
|
||||||
function DiscussionLockedNotification() {
|
function DiscussionLockedNotification() {
|
||||||
babelHelpers.classCallCheck(this, DiscussionLockedNotification);
|
babelHelpers.classCallCheck(this, DiscussionLockedNotification);
|
||||||
return babelHelpers.possibleConstructorReturn(this, Object.getPrototypeOf(DiscussionLockedNotification).apply(this, arguments));
|
return babelHelpers.possibleConstructorReturn(this, (DiscussionLockedNotification.__proto__ || Object.getPrototypeOf(DiscussionLockedNotification)).apply(this, arguments));
|
||||||
}
|
}
|
||||||
|
|
||||||
babelHelpers.createClass(DiscussionLockedNotification, [{
|
babelHelpers.createClass(DiscussionLockedNotification, [{
|
||||||
@@ -132,7 +132,7 @@ System.register('flarum/lock/components/DiscussionLockedPost', ['flarum/componen
|
|||||||
|
|
||||||
function DiscussionLockedPost() {
|
function DiscussionLockedPost() {
|
||||||
babelHelpers.classCallCheck(this, DiscussionLockedPost);
|
babelHelpers.classCallCheck(this, DiscussionLockedPost);
|
||||||
return babelHelpers.possibleConstructorReturn(this, Object.getPrototypeOf(DiscussionLockedPost).apply(this, arguments));
|
return babelHelpers.possibleConstructorReturn(this, (DiscussionLockedPost.__proto__ || Object.getPrototypeOf(DiscussionLockedPost)).apply(this, arguments));
|
||||||
}
|
}
|
||||||
|
|
||||||
babelHelpers.createClass(DiscussionLockedPost, [{
|
babelHelpers.createClass(DiscussionLockedPost, [{
|
||||||
|
Reference in New Issue
Block a user