GNOME Bugzilla – Bug 687153
Format: don't call toString() blindly
Last modified: 2012-10-29 21:48:53 UTC
Instead, use String() as a function. It fixes passing null or undefined to format().
Created attachment 227596 [details] [review] Format: don't call toString() blindly
Review of attachment 227596 [details] [review]: I would also accept ('' + args[i++])
Attachment 227596 [details] pushed as 6aaa1f4 - Format: don't call toString() blindly ('' + args[i++]) is just... ugh!