Skip to content

Commit

Permalink
Auto merge of #81 - DockYard:tweak-append, r=poteto
Browse files Browse the repository at this point in the history
Remove unused methods and semicolon

None
  • Loading branch information
homu committed Feb 24, 2016
2 parents f5e7d1e + 70c98c3 commit 5d56987
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions addon/helpers/append.js
@@ -1,12 +1,10 @@
import Ember from 'ember';

const {
A: emberArray,
Helper,
computed,
defineProperty,
get,
getProperties,
guidFor,
isArray,
isEmpty,
Expand All @@ -29,7 +27,7 @@ export function append(...dependentKeys) {

return [].concat(...array);
});
};
}

export default Helper.extend({
compute([...arrays]) {
Expand Down

0 comments on commit 5d56987

Please sign in to comment.