clearbit-jsr-mocks
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -69,3 +69,3 @@ 'use strict'; | ||
// Add each parameter, first the method name, then the arguments, then the callback | ||
var parameters = [request.method]; | ||
var parameters = [window.vfr ? window.vfr[request.method] : request.method]; | ||
if (request.args) { | ||
@@ -72,0 +72,0 @@ for (var i = 0; i < request.args.length; i++) { |
{ | ||
"name": "clearbit-jsr-mocks", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "jsr-mocks", | ||
@@ -5,0 +5,0 @@ "main": "build/jsr-promise.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
12387
8
165