mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-16 02:24:33 +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.