Skip to content

Commit

Permalink
[DOC beta] Mark Ember.Set as Deprecated
Browse files Browse the repository at this point in the history
We may as well mark Ember.Set as deprecated in the documentation too.
It's always good to be up front about this sort of thing.
  • Loading branch information
James Herdman committed Nov 17, 2014
1 parent c7de70c commit 32e1ba2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ember-runtime/lib/system/set.js
Expand Up @@ -121,6 +121,7 @@ import { computed } from "ember-metal/computed";
@uses Ember.Copyable
@uses Ember.Freezable
@since Ember 0.9
@deprecated
*/
export default CoreObject.extend(MutableEnumerable, Copyable, Freezable, {

Expand Down

0 comments on commit 32e1ba2

Please sign in to comment.