Commit 47ccfaf7 by kevalbhatt

ATLAS-3607 : namespace attributes build fix

parent 8fe3edd2
...@@ -148,7 +148,7 @@ define(['require', ...@@ -148,7 +148,7 @@ define(['require',
this.$searchContainer = $search; this.$searchContainer = $search;
this.$search = $search.find('input'); this.$search = $search.find('input');
let $selection = MultipleSelection.prototype.render.call(this); var $selection = MultipleSelection.prototype.render.call(this);
this._transferTabIndex(); this._transferTabIndex();
return $selection; return $selection;
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment