Skip to content

Commit 86d63d4

Browse files
committed
Merge pull request #11675 from duggiefresh/public-isany
[DOC release] - Mark Enumerable.isAny as `public`
2 parents 360d41d + 2b2ebc2 commit 86d63d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ember-runtime/lib/mixins/enumerable.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ export default Mixin.create({
669669
@param {String} [value] optional value to test against. Defaults to `true`
670670
@return {Boolean}
671671
@since 1.3.0
672-
@private
672+
@public
673673
*/
674674
isAny(key, value) {
675675
return this.any(iter.apply(this, arguments));

0 commit comments

Comments
 (0)