Updated build artifacts:

This commit is contained in:
Jim Cowart 2012-05-23 12:26:07 -04:00
parent 14bae8c6c4
commit 6f4436b831
11 changed files with 11 additions and 11 deletions

View file

@ -274,7 +274,7 @@ var localBus = {
} );
_.each( this.subscriptions[envelope.channel], function ( topic ) {
_.each( topic, function ( subDef ) {
_.each( _.clone(topic), function ( subDef ) {
if ( postal.configuration.resolver.compare( subDef.topic, envelope.topic ) ) {
if ( _.all( subDef.constraints, function ( constraint ) {
return constraint( envelope.data, envelope );

File diff suppressed because one or more lines are too long

View file

@ -274,7 +274,7 @@ var localBus = {
} );
_.each( this.subscriptions[envelope.channel], function ( topic ) {
_.each( topic, function ( subDef ) {
_.each( _.clone(topic), function ( subDef ) {
if ( postal.configuration.resolver.compare( subDef.topic, envelope.topic ) ) {
if ( _.all( subDef.constraints, function ( constraint ) {
return constraint( envelope.data, envelope );

View file

@ -274,7 +274,7 @@ var localBus = {
} );
_.each( this.subscriptions[envelope.channel], function ( topic ) {
_.each( topic, function ( subDef ) {
_.each( _.clone(topic), function ( subDef ) {
if ( postal.configuration.resolver.compare( subDef.topic, envelope.topic ) ) {
if ( _.all( subDef.constraints, function ( constraint ) {
return constraint( envelope.data, envelope );

View file

@ -274,7 +274,7 @@ var localBus = {
} );
_.each( this.subscriptions[envelope.channel], function ( topic ) {
_.each( topic, function ( subDef ) {
_.each( _.clone(topic), function ( subDef ) {
if ( postal.configuration.resolver.compare( subDef.topic, envelope.topic ) ) {
if ( _.all( subDef.constraints, function ( constraint ) {
return constraint( envelope.data, envelope );

File diff suppressed because one or more lines are too long

View file

@ -274,7 +274,7 @@ var localBus = {
} );
_.each( this.subscriptions[envelope.channel], function ( topic ) {
_.each( topic, function ( subDef ) {
_.each( _.clone(topic), function ( subDef ) {
if ( postal.configuration.resolver.compare( subDef.topic, envelope.topic ) ) {
if ( _.all( subDef.constraints, function ( constraint ) {
return constraint( envelope.data, envelope );

File diff suppressed because one or more lines are too long

View file

@ -274,7 +274,7 @@ var localBus = {
} );
_.each( this.subscriptions[envelope.channel], function ( topic ) {
_.each( topic, function ( subDef ) {
_.each( _.clone(topic), function ( subDef ) {
if ( postal.configuration.resolver.compare( subDef.topic, envelope.topic ) ) {
if ( _.all( subDef.constraints, function ( constraint ) {
return constraint( envelope.data, envelope );

View file

@ -274,7 +274,7 @@ var localBus = {
} );
_.each( this.subscriptions[envelope.channel], function ( topic ) {
_.each( topic, function ( subDef ) {
_.each( _.clone(topic), function ( subDef ) {
if ( postal.configuration.resolver.compare( subDef.topic, envelope.topic ) ) {
if ( _.all( subDef.constraints, function ( constraint ) {
return constraint( envelope.data, envelope );

File diff suppressed because one or more lines are too long