Skip to content

Commit

Permalink
Remove "itertor" typo method (iterator also exists)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Robinson committed Sep 16, 2009
1 parent 5c591fa commit 54891d8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions engines/rhino/lib/io-engine.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,6 @@ exports.TextInputStream = function (raw, lineBuffering, buffering, charset, opti
return String(line) + "\n";
};

self.itertor = function () {
return self;
};

self.next = function () {
var line = stream.readLine();
if (line === null)
Expand Down

0 comments on commit 54891d8

Please sign in to comment.