remove trailing whitespace
This commit is contained in:
parent
2d8000d11d
commit
6fa9471292
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ export class Platform {
|
||||||
this.request = xhrRequest;
|
this.request = xhrRequest;
|
||||||
}
|
}
|
||||||
const isIE11 = !!window.MSInputMethodContext && !!document.documentMode;
|
const isIE11 = !!window.MSInputMethodContext && !!document.documentMode;
|
||||||
this.isIE11 = isIE11;
|
this.isIE11 = isIE11;
|
||||||
}
|
}
|
||||||
|
|
||||||
get updateService() {
|
get updateService() {
|
||||||
|
|
Reference in a new issue