fix: linting

This commit is contained in:
Lea Anthony
2019-07-13 15:35:50 +10:00
parent eff63175e5
commit 9ba3e0512b
6 changed files with 15 additions and 1 deletions
+1
View File
@@ -7,6 +7,7 @@
The lightweight framework for web-like apps
(c) Lea Anthony 2019-present
*/
/* jshint esversion: 6 */
import { Call } from './calls';
+1
View File
@@ -7,6 +7,7 @@
The lightweight framework for web-like apps
(c) Lea Anthony 2019-present
*/
/* jshint esversion: 6 */
import { SystemCall } from './calls';
+10
View File
@@ -1,3 +1,13 @@
/*
_ __ _ __
| | / /___ _(_) /____
| | /| / / __ `/ / / ___/
| |/ |/ / /_/ / / (__ )
|__/|__/\__,_/_/_/____/
The lightweight framework for web-like apps
(c) Lea Anthony 2019-present
*/
/* jshint esversion: 6 */
import { Debug } from './log';
import { SendMessage } from './ipc'
+1
View File
@@ -7,6 +7,7 @@
The lightweight framework for web-like apps
(c) Lea Anthony 2019-present
*/
/* jshint esversion: 6 */
import { Error } from './log';
import { SendMessage } from './ipc';
+1 -1
View File
@@ -7,7 +7,7 @@
The lightweight framework for web-like apps
(c) Lea Anthony 2019-present
*/
/* jshint esversion: 6 */
function Invoke(message) {
if (window && window.external && window.external.invoke) {
+1
View File
@@ -7,6 +7,7 @@
The lightweight framework for web-like apps
(c) Lea Anthony 2019-present
*/
/* jshint esversion: 6 */
import { SendMessage } from './ipc';