mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-11 20:50:02 +00:00
This change is necessary when compiling with strictNullChecks = true. Null is a valid value in all setMap calls. In most cases, calling xxx.setMap(null) results in xxx being removed from the map.