ng2-rx-collector
Advanced tools
Comparing version 1.0.0-0 to 1.0.0-1
@@ -39,3 +39,5 @@ "use strict"; | ||
} | ||
this[metaProperty].next(); | ||
if (this[metaProperty]) { | ||
this[metaProperty].next(); | ||
} | ||
}; | ||
@@ -42,0 +44,0 @@ }; |
{ | ||
"name": "ng2-rx-collector", | ||
"version": "1.0.0-0", | ||
"version": "1.0.0-1", | ||
"description": "Angular 2 garbage collector for RxJS subscriptions", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
48553
57