Comparing version 0.3.3 to 0.3.4
/* | ||
*fqueue.js v 0.3.3 | ||
*fqueue.js v 0.3.4 | ||
*Author: Sudhanshu Yadav | ||
@@ -94,3 +94,3 @@ *s-yadav.github.com | ||
this.current = index - 1; | ||
this.next.apply(argToArray(arguments, 1)); | ||
this.next.apply(this,argToArray(arguments, 1)); | ||
}, | ||
@@ -97,0 +97,0 @@ stop: function () { |
@@ -9,3 +9,3 @@ { | ||
}, | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"repository": { | ||
@@ -12,0 +12,0 @@ "type": "git", |
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
29202