Skip to content

Commit 78a7aab

Browse files
author
Dan Lasky
committed
mix data from sync into ajax config
1 parent 36a255f commit 78a7aab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/shared/js/sync.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
if (this.domHook)
121121
configOpts = this.domHook(method, this, options);
122122

123-
options = _copyOptions({method:method, url:this.endpoint}, options, configOpts, this.options);
123+
options = _copyOptions({method:method, url:this.endpoint, body:this.data}, options, configOpts, this.options);
124124

125125
options = this._plugin.processRequest(options);
126126

0 commit comments

Comments
 (0)