Comment #4 on issue 1088 by felix8a: Object.prototype.toString !== {}.toString
http://code.google.com/p/google-caja/issues/detail?id=1088 could the test be changed to something like this? var str = obj.toString(); if (str === Object.prototype.toString.call(obj)) { ... } -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings
