Changes between Initial Version and Version 1 of Ticket #18197, comment 14
- Timestamp:
- May 14, 2016, 11:17:30 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18197, comment 14
initial v1 3 3 {{{ 4 4 has.add("console-as-object", function () { 5 return Function.prototype.bind && typeof console !== "undefined"&& typeof console.log === "object";5 return Function.prototype.bind && console && typeof console.log === "object"; 6 6 }); 7 7