fh-wfm-sync
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -36,2 +36,3 @@ 'use strict'; | ||
} else { | ||
console.log('sync-client initalizing.'); | ||
$fh = _$fh; | ||
@@ -38,0 +39,0 @@ notificationStream = Rx.Observable.create(function (observer) { |
@@ -19,3 +19,3 @@ 'use strict'; | ||
methodNames.forEach(function(methodName) { | ||
ManagerWrapper.prototype[methodName] = function() { | ||
self[methodName] = function() { | ||
return $q.when(self.manager[methodName].apply(self.manager, arguments)); | ||
@@ -22,0 +22,0 @@ } |
{ | ||
"name": "fh-wfm-sync", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "An sync module for WFM", | ||
@@ -5,0 +5,0 @@ "main": "sync-angular-client.js", |
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
445341
12948