* Checks if given array contains specified element. * * @method contains * @param {Array} array The array to check. * @param {Object} obj The element to check for. * @return {Boolean} true if given element is within array, false otherwise * @static
(array, obj)