Skip to content

Commit 2b2ebc2

Browse files
committedJul 8, 2015
[DOC release] - Mark Enumerable.isAny as public
[ci skip]
1 parent 9ff18d0 commit 2b2ebc2

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
@@ -758,7 +758,7 @@ export default Mixin.create({
758758
@param {String} [value] optional value to test against. Defaults to `true`
759759
@return {Boolean}
760760
@since 1.3.0
761-
@private
761+
@public
762762
*/
763763
isAny(key, value) {
764764
return this.any(iter.apply(this, arguments));

0 commit comments

Comments
 (0)
Failed to load comments.