- From: Max Froumentin <maxfro@opera.com>
- Date: Wed, 02 Dec 2009 11:21:34 +0100
- To: "public-device-apis@w3.org" <public-device-apis@w3.org>
Dear Santa,
I would like to have an option not to have the interface members sorted
alphabetically. For instance, ff I defined Power to be:
interface Power() {
void getPower()
long watchPower()
void clearWatch()
}
I think that the order of the methods matter and I don't particularly
like it to become
void clearWatch()
void getPower()
long watchPower()
Thanks!
Max.
Received on Wednesday, 2 December 2009 10:22:15 UTC