Skip to content

Commit

Permalink
Merge pull request #10673 from wagenet/remove-each-proxy
Browse files Browse the repository at this point in the history
Remove EachProxy and EachArray from exports
  • Loading branch information
rwjblue committed Mar 20, 2015
2 parents ee305d2 + 3a4143f commit d9fa588
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions packages/ember-runtime/lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,6 @@ Ember.ArrayProxy = ArrayProxy;
Ember.ObjectProxy = ObjectProxy;
Ember.ActionHandler = ActionHandler;
Ember.CoreObject = CoreObject;
Ember.EachArray = EachArray;
Ember.EachProxy = EachProxy;
Ember.NativeArray = NativeArray;
// ES6TODO: Currently we must rely on the global from ember-metal/core to avoid circular deps
// Ember.A = A;
Expand Down
5 changes: 0 additions & 5 deletions packages/ember-runtime/lib/system/each_proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,6 @@ function removeObserverForContentKey(content, keyName, proxy, idx, loc) {
This is the object instance returned when you get the `@each` property on an
array. It uses the unknownProperty handler to automatically create
EachArray instances for property names.
@private
@class EachProxy
@namespace Ember
@extends Ember.Object
*/
var EachProxy = EmberObject.extend({

Expand Down

0 comments on commit d9fa588

Please sign in to comment.