Closed mcdallas closed 6 years ago
There is a lot of repeated code in .first() and .one() so I removed the duplicate code and made one() call first() if there is no second element.
@mcdallas thanks. Good code reuse.
There is a lot of repeated code in .first() and .one() so I removed the duplicate code and made one() call first() if there is no second element.