Skip to content

Commit

Permalink
Merge pull request #232 from Dhaulagiri/patch-1
Browse files Browse the repository at this point in the history
Revert modules update to file in app directory
  • Loading branch information
lukemelia authored Dec 5, 2017
2 parents 61c92d2 + 0bcf50f commit db5778b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/services/modal-dialog.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { computed } from '@ember/object';
import Service from '@ember/service';
import Ember from 'ember';
import ENV from '../config/environment';

const { computed, Service } = Ember;

function computedFromConfig(prop) {
return computed(function(){
return ENV['ember-modal-dialog'] && ENV['ember-modal-dialog'][prop];
Expand Down

0 comments on commit db5778b

Please sign in to comment.