Functiondojo.data.ItemFileWriteStore._removeReferenceFromMap

dojo.require("dojo.data.ItemFileWriteStore");
defined in dojo/data/ItemFileWriteStore.js

Method to remove an reference map entry for an item and attribute. This will also perform cleanup on the map such that if there are no more references at all to the item, its reference object and entry are removed.

Usage

function (refItem, parentItem, attribute) (view source)
parametertypedescription
refItem The item that is referenced.
parentItem The item holding a reference to refItem.
attribute The attribute on parentItem that contains the reference.