Skip to content

Commit

Permalink
Remove extra comments and empty test.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Apr 6, 2016
1 parent 4c981ba commit 396dd7f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions packages/ember-glimmer/lib/helpers/get.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ import { isConst } from 'glimmer-reference';

export default {
isInternalHelper: true,
// toReference(args) {

toReference(args) {
let sourceReference = args.positional.at(0);
Expand All @@ -64,7 +63,4 @@ export default {
return new GetHelperReference(sourceReference, propertyPathReference);
}
}
// return new GetHelperReference(args);
// }
};

Original file line number Diff line number Diff line change
Expand Up @@ -334,4 +334,3 @@ moduleFor('Helpers test: {{get}}', class extends RenderingTest {
this.assert.strictEqual(get(this.context, 'source.banana'), 'some value');
}
});

0 comments on commit 396dd7f

Please sign in to comment.