aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.js
diff options
context:
space:
mode:
authorJose Dapena Paz <jdapena@igalia.com>2022-05-31 18:40:52 +0200
committerJose Dapena Paz <jdapena@igalia.com>2022-05-31 20:13:54 +0200
commit69af4d9b9b209fcb33ef9071ddfa8561106044c2 (patch)
tree04b7d41ca675886d7169771a4cad2b0fcf13c750 /src/index.js
parent6de51f102451a9f63e6f597e99104eff14c5c2c1 (diff)
Adapt to new application frameworkneedlefish_13.93.0needlefish/13.93.013.93.0
Drop usage of agl-js-api, and just provide a mock for bluetooth and network calls. Bug-AGL: SPEC-4248 Signed-off-by: Jose Dapena Paz <jdapena@igalia.com> Change-Id: I9265a44f810012dd68ccfdd675de157156a73f79
Diffstat (limited to 'src/index.js')
-rw-r--r--src/index.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/index.js b/src/index.js
index 5f640a8..c1de9fc 100644
--- a/src/index.js
+++ b/src/index.js
@@ -16,7 +16,6 @@
/* JS */
import * as app from './js/app';
-import { api } from 'agl-js-api';
import * as bluetooth from './js/bluetooth';
import * as wifi from './js/wifi';
import * as wired from './js/wired';
@@ -30,7 +29,6 @@ window.wifi = wifi;
window.wired = wired;
window.date = date;
-api.init();
app.init();
bluetooth.init();
wifi.init();