Moves global scope out of shared/util.

This commit is contained in:
Yury Delendik 2017-08-22 17:06:11 -05:00
parent 81172b571f
commit 57bc3296f4
9 changed files with 31 additions and 18 deletions

View file

@ -14,9 +14,10 @@
*/
import {
CMapCompressionType, createValidAbsoluteUrl, deprecated, globalScope,
CMapCompressionType, createValidAbsoluteUrl, deprecated,
removeNullCharacters, stringToBytes, warn
} from '../shared/util';
import globalScope from '../shared/global_scope';
var DEFAULT_LINK_REL = 'noopener noreferrer nofollow';