Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
Fix Travis-CI errors flagged by unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
swquinn committed Sep 13, 2016
1 parent 8296f47 commit c8de505
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions addon/initializers/ember-i18n.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import Ember from "ember";

export default {
name: 'ember-i18n',

initialize(registry) {
initialize() {
// No-op.
}
};

0 comments on commit c8de505

Please sign in to comment.