axj-ab_ 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +1 -1
- package/index.js +2 -2
- package/package.json +2 -2
package/index.d.ts
CHANGED
package/index.js
CHANGED
@@ -427,11 +427,11 @@ var ab_ = {
|
|
427
427
|
}
|
428
428
|
},
|
429
429
|
|
430
|
-
posts(data, i) {
|
430
|
+
posts(data, i, from) {
|
431
431
|
var last = data.length - 1
|
432
432
|
for (i = i || 0; i < last; i += 2) {
|
433
433
|
try {
|
434
|
-
ab_.post(undefined, data[i], data[i + 1])
|
434
|
+
ab_.post(undefined, data[i], data[i + 1], from)
|
435
435
|
|
436
436
|
} catch (e) {
|
437
437
|
console.error(e)
|