From 8ad6b022196ec689eed08c0f3315a53723d4af0c Mon Sep 17 00:00:00 2001 From: Jose Dapena Paz Date: Sat, 26 Feb 2022 12:16:16 +0100 Subject: Migrate to new application framework First, move to use the appService API added as injection in AGL chromium. Then, added stubs for the network and weather APIs as there is no API available right now for them. Bug-AGL: SPEC-4250 Signed-off-by: Jose Dapena Paz Change-Id: I974097edcef6318585e4e79360dbec6fea7cf480 --- src/js/time.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/js/time.js') diff --git a/src/js/time.js b/src/js/time.js index 3c22419..070ff97 100644 --- a/src/js/time.js +++ b/src/js/time.js @@ -1,6 +1,6 @@ import { load as load_template } from './templates'; import Mustache from 'mustache'; -import { weather } from 'agl-js-api'; +import * as weather from './agl_stubs_weather'; var template; var root; -- cgit 1.2.3-korg