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

(cherry picked from commit 97e4441)
  • Loading branch information
Bill Heaton authored and rwjblue committed Aug 8, 2015
1 parent dbbea6d commit 91d1de8
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 @@ -66,7 +66,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 91d1de8

Please sign in to comment.