Closed GoogleCodeExporter closed 9 years ago
else if(options.nextKeyValid() && options.getNextKey()==s.charAt(0)) { first(options.getInterval()); return false; } else if(options.lastKeyValid() && options.getLastKey()==s.charAt(0)) { curr(options.getInterval()); return false; } should be else if(options.nextKeyValid() && options.getNextKey()==s.charAt(0)) { next(options.getInterval()); return false; } else if(options.lastKeyValid() && options.getLastKey()==s.charAt(0)) { last(options.getInterval()); return false; }
Original issue reported on code.google.com by sean.hay...@bsgclearing.com on 8 Feb 2013 at 1:39
sean.hay...@bsgclearing.com
Closed by revision c9461fe0f809
Original comment by oifa.yul...@gmail.com on 8 Feb 2013 at 6:59
oifa.yul...@gmail.com
Original issue reported on code.google.com by
sean.hay...@bsgclearing.com
on 8 Feb 2013 at 1:39