Use the overloaded default methods for default transport.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5115 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Andrzej Kapolka
2008-05-22 00:36:20 +00:00
parent 3940a13e32
commit efb1a7c89a
6 changed files with 11 additions and 14 deletions
@@ -10,8 +10,7 @@
{
$type ovalue = this.$field;
requestAttributeChange(
$capfield, $wrapfield, $wrapofield,
$transport);
$capfield, $wrapfield, $wrapofield$transport);
this.$field = $clonefield;
}
#if ($elemtype)
@@ -29,8 +28,7 @@
{
$elemtype ovalue = this.$field[index];
requestElementUpdate(
$capfield, index, $wrapelem, $wrapoelem,
$transport);
$capfield, index, $wrapelem, $wrapoelem$transport);
this.$field[index] = value;
}
#end