Skip to content

Commit

Permalink
state -> data in eva_sfa_item
Browse files Browse the repository at this point in the history
  • Loading branch information
divi255 committed Sep 15, 2018
1 parent 376e4f9 commit 31b9285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/js/eva_sfa.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ function eva_sfa_item(oid) {
return eva_sfa_items[oid];
} else {
var item = new Object();
item.state = undefined;
item.data = undefined;
item.on_change = null;
item.on_update = null;
item.on_load = null;
Expand Down

0 comments on commit 31b9285

Please sign in to comment.