Comparing version 0.9.10 to 0.9.11
@@ -24,2 +24,3 @@ var Firestarter = require('./Firestarter'); | ||
this.division = object.division || ''; | ||
this.auditor = object.auditor; | ||
@@ -35,3 +36,5 @@ this.name = object.name || 'Unknown flames'; | ||
if(!this.object.ignite) | ||
this.object.ignite = function(){ | ||
this.object.ignite = this.auditor ? function(){ | ||
self.ignite.apply( self, arguments ); | ||
} : function(){ | ||
var args = [ self.division ].concat( self.sliceArguments.apply( self, arguments ) ); | ||
@@ -38,0 +41,0 @@ self.ignite.apply( self, args ); |
{ | ||
"name": "harcon", | ||
"version": "0.9.10", | ||
"version": "0.9.11", | ||
"description": "Messaging/Service Bus for the harmonic convergence of node-based enterprise entities.", | ||
@@ -48,3 +48,3 @@ "keywords": [ | ||
}, | ||
"_id": "harcon@0.9.10" | ||
"_id": "harcon@0.9.11" | ||
} |
695195
9500