mirror of
https://github.com/nasa/openmct.git
synced 2025-06-22 09:08:43 +00:00
[Code Style] Use prototypes in forms bundle
WTD-1482.
This commit is contained in:
@ -39,6 +39,7 @@ define(
|
||||
* @constructor
|
||||
*/
|
||||
function ScrollingListController($scope, formatter) {
|
||||
var populator = new ScrollingListPopulator([]);
|
||||
|
||||
// Get a set of populated, ready-to-display rows for the
|
||||
// latest data values.
|
||||
|
Reference in New Issue
Block a user