Reduce createIterator.

Former-commit-id: 8c27ca8e4d1f71b2727dd988bc62194510a850dc
This commit is contained in:
John-David Dalton
2012-10-03 23:48:19 -07:00
parent 25ba18e570
commit 21217dfda3
4 changed files with 27 additions and 37 deletions

View File

@@ -395,7 +395,7 @@
} else {
func(object, { 'a': 1 });
}
} catch(e) {console.log(e);
} catch(e) {
pass = false;
}
ok(pass);