eslint --fix: added missing semicolons
This commit is contained in:
@@ -15,8 +15,8 @@ export class PureCtrl {
|
||||
this.$timeout(() => {
|
||||
this.state = Object.freeze(Object.assign({}, this.state, state));
|
||||
resolve();
|
||||
})
|
||||
})
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
initProps(props) {
|
||||
|
||||
Reference in New Issue
Block a user