[Time] Add clarifying comment to NULL_PARAMETERS

This commit is contained in:
Victor Woeltjen 2017-06-22 12:58:14 -07:00
parent 26b4e5498f
commit 52f5bea215

View File

@ -31,6 +31,7 @@ define([], function () {
END_DELTA: 'tc.endDelta'
};
var TIME_EVENTS = ['bounds', 'timeSystem', 'clock', 'clockOffsets'];
// Used to shorthand calls to $location, which clears null parameters
var NULL_PARAMETERS = { key: null, start: null, end: null };
/**