react-services-injector
Advanced tools
Comparing version 0.2.0-beta.6 to 0.2.0-beta.7
@@ -35,4 +35,4 @@ var Service = function() { | ||
instance[method] = function (...args) { | ||
var result = instance['__' + method].apply(instance, args); | ||
instance[method] = function () { | ||
var result = instance['__' + method].apply(instance, arguments); | ||
@@ -39,0 +39,0 @@ return self.updateComponents() |
{ | ||
"name": "react-services-injector", | ||
"version": "0.2.0-beta.6", | ||
"version": "0.2.0-beta.7", | ||
"description": "A library to create and use sigleton-services in your React application.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
47140