Skip to content

Commit

Permalink
chore(Effects): Remove Export Decorator (#492)
Browse files Browse the repository at this point in the history
This has a strange bug with closure compiler
  • Loading branch information
robwormald authored and brandonroberts committed Oct 17, 2017
1 parent 100a8ef commit 8728bc1
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 8728bc1

Please sign in to comment.