mirror of
https://github.com/nasa/openmct.git
synced 2025-06-15 05:38:12 +00:00
[API] Get View to render
This commit is contained in:
@ -27,7 +27,7 @@ define([
|
||||
};
|
||||
},
|
||||
elements: $.bind(null, todoTemplate),
|
||||
initialize: function (elements, render) {
|
||||
initialize: function (elements, state, render) {
|
||||
var $els = $(elements);
|
||||
var $buttons = {
|
||||
all: $els.find('.example-todo-button-all'),
|
||||
|
Reference in New Issue
Block a user