зеркало из https://github.com/mozilla/pjs.git
change the name from index to offset
This commit is contained in:
Родитель
a137fde9df
Коммит
5063bb5ec0
|
@ -39,6 +39,6 @@ interface nsIKeyedStreamGenerator: nsISupports {
|
|||
*/
|
||||
readonly attribute float level;
|
||||
|
||||
/* get the byte at position "index" in the stream */
|
||||
octet getByte(in unsigned long position);
|
||||
/* get the byte at position "offset" in the stream */
|
||||
octet getByte(in unsigned long offest);
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче