Refactor and document removeTab method.
The return value of Array.indexOf was bogusly compared to false, but #indexOf returns -1 not false on failure.
Loading
Please register or sign in to comment
The return value of Array.indexOf was bogusly compared to false, but #indexOf returns -1 not false on failure.