From 3cf19c848e1e2e373860f006f075a1af7186987b Mon Sep 17 00:00:00 2001 From: blond Date: Tue, 22 Mar 2016 11:28:56 +0300 Subject: [PATCH] Add YModules environment The YModules is async modular system. More documentation can be found in the [repository](https://github.com/ymaps/modules). The YModules provides `modules` in the global scope. The `ym` is short name of the YModules. --- globals.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/globals.json b/globals.json index 8da7baf..b014101 100644 --- a/globals.json +++ b/globals.json @@ -849,6 +849,9 @@ "define": false, "require": false }, + "ym": { + "modules": false + }, "mocha": { "after": false, "afterEach": false,