can-stache-bindings
Advanced tools
Comparing version 4.7.0 to 4.7.1
@@ -100,3 +100,3 @@ "use strict"; | ||
viewModel: viewModel, | ||
arguments: shiftArgumentsForLegacyArguments ? Array.from(args).slice(1) : args, | ||
arguments: shiftArgumentsForLegacyArguments ? Array.prototype.slice.call(args, 1) : args, | ||
args: args | ||
@@ -103,0 +103,0 @@ }; |
{ | ||
"name": "can-stache-bindings", | ||
"version": "4.7.0", | ||
"version": "4.7.1", | ||
"description": "Default binding syntaxes for can-stache", | ||
@@ -5,0 +5,0 @@ "homepage": "https://canjs.com/doc/can-stache-bindings.html", |
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
178887