mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-05-31 00:20:11 +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.