Occam's razor, comment fix.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4326 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -212,8 +212,8 @@ public abstract class PlaceController extends Controller
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
// if they didn't handly it, pass it off to the super class
|
// if they didn't handle it, pass it off to the super class
|
||||||
return handled[0] ? true : super.handleAction(action);
|
return handled[0] || super.handleAction(action);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user