Page MenuHomeDevCentral

Fix type error when data isn't cached in ProjectsMap
ClosedPublic

Authored by dereckson on Mar 3 2016, 19:24.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 13, 05:07
Unknown Object (File)
Sun, Nov 10, 02:04
Unknown Object (File)
Sun, Nov 10, 02:03
Unknown Object (File)
Sun, Oct 27, 14:50
Unknown Object (File)
Fri, Oct 25, 15:24
Unknown Object (File)
Oct 8 2024, 22:32
Unknown Object (File)
Oct 8 2024, 21:26
Unknown Object (File)
Oct 8 2024, 20:40
Subscribers

Details

Summary

When the cache doesn't contain a map, and loadFromCache method were
called, the map private property (with [] as default value) received
null value instead.

This fixes allow the offsetExists method to work in this scenario.

Test Plan

Run cache tests from D324

Diff Detail

Repository
rNOTIF Notifications center
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson retitled this revision from to Fix type error when data isn't cached in ProjectsMap.
dereckson updated this object.
dereckson edited the test plan for this revision. (Show Details)
dereckson added a reviewer: dereckson.
dereckson edited edge metadata.
This revision is now accepted and ready to land.Mar 3 2016, 19:37
This revision was automatically updated to reflect the committed changes.