[Historical Imagery] JSDoc, code review style changes

Added $element dependency and JSDoc for private methods. Autoscroll is now enabled by default when there is an active clock. Inline comments removed.
This commit is contained in:
Preston Crowe
2017-07-14 13:05:59 -07:00
parent 218ef16160
commit ed6ae23dc0
3 changed files with 55 additions and 33 deletions

View File

@@ -79,6 +79,7 @@ define([
"depends": [
"$scope",
"$window",
"$element",
"openmct"
]
}