fix jshint
This commit is contained in:
parent
c3ee937936
commit
8cb8b9bf6a
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
import FmSubmitComponent from 'ember-form-master-2000/components/fm-submit';
|
||||
import Ember from 'ember';
|
||||
|
||||
export default FmSubmitComponent.reopen({
|
||||
fieldWrapperClass: Ember.computed(function() {
|
||||
return this.fmconfig.fieldWrapperClass;
|
||||
|
|
Loading…
Reference in a new issue