13
13
this.root = Y.Node.create('<div />');
14
14
Y.one('body').appendChild(this.root);
21
30
setUpLoader: function() {
23
32
Y.Node.create('<div />').addClass('container'));
25
33
return new module.createBugSubscribersLoader({
26
34
container_box: '.container',
28
35
subscribers_details_view: '/+bug-portlet-subscribers-details'});