Much work on generalizing the notion of message "transport" and
allowing the use of annotations to customize transport for DObject fields and service/receiver methods. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5099 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -10,7 +10,8 @@
|
||||
{
|
||||
$type ovalue = this.$field;
|
||||
requestAttributeChange(
|
||||
$capfield, $wrapfield, $wrapofield);
|
||||
$capfield, $wrapfield, $wrapofield,
|
||||
$transport);
|
||||
this.$field = $clonefield;
|
||||
}
|
||||
#if ($elemtype)
|
||||
@@ -28,7 +29,8 @@
|
||||
{
|
||||
$elemtype ovalue = this.$field[index];
|
||||
requestElementUpdate(
|
||||
$capfield, index, $wrapelem, $wrapoelem);
|
||||
$capfield, index, $wrapelem, $wrapoelem,
|
||||
$transport);
|
||||
this.$field[index] = value;
|
||||
}
|
||||
#end
|
||||
|
||||
Reference in New Issue
Block a user