move env from widget to env

This commit is contained in:
Géry Debongnie
2019-02-19 09:33:09 +01:00
parent 3446c5b504
commit 6ce1af636d
4 changed files with 36 additions and 35 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import { getMenuInfo, MenuInfo } from "../src/ts/loaders/menus";
import { actionRegistry } from "../src/ts/registries";
import { ActionManager } from "../src/ts/store/action_manager";
import { Ajax } from "../src/ts/store/ajax";
import { Env } from "../src/ts/widgets/widget";
import { Env } from "../src/ts/env";
export function makeTestFixture() {
let fixture = document.createElement("div");