Skip to content

Commit

Permalink
[feat] LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-wyatt committed Sep 17, 2018
1 parent 828e8ca commit 6d07a64
Show file tree
Hide file tree
Showing 3 changed files with 143 additions and 300 deletions.
13 changes: 6 additions & 7 deletions lib/Analytic.ts
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
import { FabrixApp } from '@fabrix/fabrix'
import { FabrixGeneric } from '@fabrix/fabrix/dist/common'
import { difference } from 'lodash'

export class Analytic {
app: FabrixApp

export class Analytic extends FabrixGeneric {
publish
build

constructor (app) {
constructor (app: FabrixApp) {
super(app)

Object.defineProperties(this, {
app: {
enumerable: false,
value: app
},
/**
* If the analytic is now immutable
*/
Expand Down
Loading

0 comments on commit 6d07a64

Please sign in to comment.