Skip to content

Commit

Permalink
[DOC Release] Make ArrayProxy public
Browse files Browse the repository at this point in the history
See: RFC/issue emberjs#80
- emberjs/rfcs#80
  • Loading branch information
Bill Heaton committed Aug 3, 2015
1 parent a49c2eb commit 97e4441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ember-runtime/lib/system/array_proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function K() { return this; }
@namespace Ember
@extends Ember.Object
@uses Ember.MutableArray
@private
@public
*/
var ArrayProxy = EmberObject.extend(MutableArray, {

Expand Down

0 comments on commit 97e4441

Please sign in to comment.