Fix lint error

This commit is contained in:
Roman Hotsiy 2015-11-17 01:14:55 +02:00
parent 7195c1c9e4
commit c0e4e6004a

View File

@ -38,7 +38,7 @@ export default class SchemaManager {
/* calculate common used values */ /* calculate common used values */
init() { init() {
this.apiUrl = this._schema.schemes[0] + "://" + this._schema.host + this._schema.basePath; this.apiUrl = this._schema.schemes[0] + '://' + this._schema.host + this._schema.basePath;
} }
get schema() { get schema() {