Guest User

Untitled

a guest
Jun 24th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. dojo.forEach(this.toRemove, dojo.hitch(this, function (item){
  2. dijitItem = dijit.byId(item);
  3. this.removed[item] = {name: item, parent: dijitItem.domNode.parentNode, dijit: dijitItem};
  4. dijitItem.destroy();
  5. dojo.style(item + '-label', 'display', 'none');
  6. }));
Add Comment
Please, Sign In to add comment