Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Perlito5 - js3 - fix rindex()
  • Loading branch information
fglock committed Sep 29, 2012
1 parent 634599e commit a23a8c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src5/lib/Perlito5/Javascript3/CORE.pm
Expand Up @@ -325,7 +325,7 @@ CORE.index = function(List__) {
}
};
CORE.rindex = function(List__) {
var o = List__[0];
var o = p5str(List__[0]);
var s = List__[1];
try {
if (List__.length > 2) {
Expand Down

0 comments on commit a23a8c9

Please sign in to comment.