MCPcopy
hub / github.com/dataarts/dat.gui / saveGlobal

Function saveGlobal

tests/qunit.js:945–956  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

943}
944
945function saveGlobal() {
946 config.pollution = [];
947
948 if ( config.noglobals ) {
949 for ( var key in window ) {
950 if ( !hasOwn.call( window, key ) ) {
951 continue;
952 }
953 config.pollution.push( key );
954 }
955 }
956}
957
958function checkPollution( name ) {
959 var old = config.pollution;

Callers 2

qunit.jsFile · 0.85
checkPollutionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…