MCPcopy Index your code
hub / github.com/prototypejs/prototype / info

Function info

test/unit/static/js/test_helpers.js:18–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16
17 // TODO: Find a different way to log info in IE6.
18 function info() {
19 if (CONSOLE_LOG_APPLY) {
20 console.log.apply(console, arguments);
21 } else {
22 console.log(arguments);
23 }
24 }
25
26 function info_IE6() {
27 var log = $('log');

Callers 5

base.test.jsFile · 0.85
prototype.test.jsFile · 0.85
array.test.jsFile · 0.85
layout.test.jsFile · 0.85
dom.test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected