CRM-15352 Add CRM.console wrapper function
authorColeman Watts <coleman@civicrm.org>
Mon, 22 Sep 2014 15:59:10 +0000 (11:59 -0400)
committerColeman Watts <coleman@civicrm.org>
Mon, 22 Sep 2014 21:52:22 +0000 (17:52 -0400)
commitbba9b4f06ee80b94006b9f559d3790ea0c5bc4a3
tree951243ad99b0325ededf37ab6f6a2bc12162f4a6
parent87f534f96fcdde81067cefc65a7caf97be5fdf26
CRM-15352 Add CRM.console wrapper function

Not all browsers (ahem, IE) support the js console and will crash if it doesn't exist.
CRM.console adds a safe way to access console methods.
js/Common.js
js/angular-crmCaseType.js
js/crm.ajax.js