Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
#9492, #5319, #5268, #4831] Move away from AC/RC instead use the simpler naive enumerable methods, and rely on glimmers stable rendering for efficiency.

For more complex scenarios, custom solutions should be used.

@wagenet & @stefanpenner
  • Loading branch information
stefanpenner committed Jun 23, 2015
1 parent 0df7beb commit 87ffc0f
Show file tree
Hide file tree
Showing 8 changed files with 956 additions and 3,609 deletions.
3 changes: 1 addition & 2 deletions packages/ember-metal/lib/mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -542,8 +542,7 @@ export function mixin(obj, ...args) {
@namespace Ember
@public
*/
export default Mixin;
function Mixin(args, properties) {
export default function Mixin(args, properties) {
this.properties = properties;

var length = args && args.length;
Expand Down
192 changes: 0 additions & 192 deletions packages/ember-runtime/lib/computed/array_computed.js

This file was deleted.

Loading

0 comments on commit 87ffc0f

Please sign in to comment.