[Code Style] Use prototypes in forms bundle

WTD-1482.
This commit is contained in:
Victor Woeltjen
2015-08-14 13:40:33 -07:00
parent 1c187c3914
commit 7fe866060b
4 changed files with 42 additions and 45 deletions

View File

@ -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.