Skip to content
This repository was archived by the owner on Mar 6, 2020. It is now read-only.

Commit 34a2f51

Browse files
committed
Fix constructor definition on Backbone model.
1 parent 063b24f commit 34a2f51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/models/RoomSettings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import Events from 'plug/core/Events';
66
import { json as getJson } from '../util/request';
77

88
const RoomSettings = Backbone.Model.extend({
9-
constructor() {
9+
constructor: function() {
1010
Backbone.Model.call(this, {});
1111

1212
this.load = this.load.bind(this);

0 commit comments

Comments
 (0)