Affinity UI: Pass _custom to fix broken async poll

This commit is contained in:
Brian Federle 2013-04-22 11:27:37 -07:00
parent 382e8f36f3
commit 57686aeeaf
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@
response: {
success: function(args) {
complete({
_custom: args._custom,
$item: $instanceRow
});
},