- Some deflexing of the low-level narya stuff. More to come, as we're
going to want the minimum client to be flex-free. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4507 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -174,7 +174,7 @@ public class Client extends EventDispatcher
|
||||
public function getService (clazz :Class) :InvocationService
|
||||
{
|
||||
if (_bstrap != null) {
|
||||
for each (var isvc :InvocationService in _bstrap.services.source) {
|
||||
for each (var isvc :InvocationService in _bstrap.services.asArray()) {
|
||||
if (isvc is clazz) {
|
||||
return isvc;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user