Fix issues with the notification manager and tests.
Review Request #8083 — Created March 29, 2016 and submitted
The cleanup change to notification manager seems to have been committed in a
weird state. The "moved" files just ended up adding the new versions without
deleting the old, which meant the old tests were still running. Additionally,
the implementation of thenotify
method was missing a local variable
assignment that was needed.
Ran js-tests.
Description | From | Last Updated |
---|---|---|
We can get rid of the const notification above if we use this._notification here. Also, are we safe moving from … |
brennie |