Skip to content

Commit

Permalink
Merge pull request #2 from fabrix-app/v1.1
Browse files Browse the repository at this point in the history
[fix] add app to namespace of sitemap generic
  • Loading branch information
scott-wyatt authored Aug 8, 2018
2 parents bccd114 + 8779288 commit 671ca31
Show file tree
Hide file tree
Showing 3 changed files with 694 additions and 9 deletions.
11 changes: 7 additions & 4 deletions lib/SitemapGeneric.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
import { FabrixApp } from '@fabrix/fabrix'
import { FabrixGeneric } from '@fabrix/fabrix/dist/common'
import { difference } from 'lodash'

export class Sitemap extends FabrixGeneric {
public app: FabrixApp

constructor (app) {
super(app)

Object.defineProperties(this, {
app: {
enumerable: false,
value: app
},
// app: {
// enumerable: false,
// value: app
// },
build: {
enumerable: false,
value: function() {
Expand Down
Loading

0 comments on commit 671ca31

Please sign in to comment.