Skip to content

Commit

Permalink
Remove Export Decorator
Browse files Browse the repository at this point in the history
This has a strange bug with closure compiler
  • Loading branch information
robwormald authored Oct 16, 2017
1 parent 100a8ef commit 8c12476
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modules/effects/src/effects_metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ function setEffectMetadataEntries(sourceProto: any, entries: EffectMetadata[]) {
Array.prototype.push.apply(meta, entries);
}

/**
* @ExportDecoratedItems
*/
export function Effect({ dispatch } = { dispatch: true }): PropertyDecorator {
return function(target: any, propertyName: string) {
const metadata: EffectMetadata = { propertyName, dispatch };
Expand Down

0 comments on commit 8c12476

Please sign in to comment.