mirror of
https://github.com/nasa/openmct.git
synced 2025-02-20 17:33:23 +00:00
parent
77b0086d18
commit
5520d90984
@ -127,9 +127,7 @@ define(
|
||||
useTimestamp = arguments.length > 1;
|
||||
|
||||
function notifyListeners(model) {
|
||||
// Broadcast a general event...
|
||||
generalTopic.notify(domainObject);
|
||||
// ...and also notify listeners watching this specific object.
|
||||
specificTopic.notify(model);
|
||||
}
|
||||
|
||||
|
@ -61,7 +61,7 @@ define(
|
||||
* @memberof platform/core.Throttle#
|
||||
*/
|
||||
return function (fn, delay, apply) {
|
||||
var promise, // Promise for the result of throttled function
|
||||
var promise,
|
||||
args = [];
|
||||
|
||||
function invoke() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user