Skip to content

Commit

Permalink
Merge pull request #2 from fabrix-app/v1.5
Browse files Browse the repository at this point in the history
[feat] ltv 1.5
  • Loading branch information
scott-wyatt authored Sep 17, 2018
2 parents 9dfebd0 + 9bb30af commit 6406c34
Show file tree
Hide file tree
Showing 3 changed files with 288 additions and 1,185 deletions.
9 changes: 0 additions & 9 deletions lib/Email.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@ import { FabrixGeneric } from '@fabrix/fabrix/dist/common'
import * as stripTags from 'striptags'

export class Email extends FabrixGeneric {
private _app: FabrixApp
public compose

constructor (app: FabrixApp) {
if (!(app instanceof EventEmitter)) {
throw new Error('The "app" argument must be of type EventEmitter')
}
super(app)
this._app = app

Object.defineProperties(this, {
/**
Expand Down Expand Up @@ -85,13 +83,6 @@ export class Email extends FabrixGeneric {
}
}

/**
* Get the Fabrix App Instance that Template was constructed with
*/
get app(): FabrixApp {
return this._app
}

/**
* Return the id of this email class
*/
Expand Down
Loading

0 comments on commit 6406c34

Please sign in to comment.