fixed build !wip

This commit is contained in:
tidusjar 2017-12-31 22:51:43 +00:00
commit ff52e0e255

View file

@ -58,7 +58,6 @@ export class TvRequestsComponent implements OnInit {
});
}
public openClosestTab(el: any) {
debugger;
const rowclass = "undefined ng-star-inserted";
el = el.toElement || el.relatedTarget || el.target;
while (el.className !== rowclass) {