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

Commit

Permalink
Merge pull request #511 from sericaia/master
Browse files Browse the repository at this point in the history
Remove unused space
  • Loading branch information
jkleinsc authored Jun 18, 2016
2 parents 277933b + f5345a9 commit 02bb745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/admin/loaddb/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default Ember.Controller.extend(ModalHelper, ProgressDialog, {
} else {
this.showProgressModal();
this.set('syncResults');
fileSystem. fileToString(fileToImport).then((fileAsString) => {
fileSystem.fileToString(fileToImport).then((fileAsString) => {
var database = this.get('database');
this.set('importFile');
this.set('model.importFileName');
Expand Down

0 comments on commit 02bb745

Please sign in to comment.