org.symbian.tools.wrttools.previewer/preview/script/lib/console.js
changeset 273 b1f63c2c240c
parent 210 0f7abfd6ae62
child 416 461da1f79f43
equal deleted inserted replaced
272:c91ee4e0a0ad 273:b1f63c2c240c
     5  * under the terms of the License "Eclipse Public License v1.0"
     5  * under the terms of the License "Eclipse Public License v1.0"
     6  * which accompanies this distribution, and is available
     6  * which accompanies this distribution, and is available
     7  * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7  * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8  *
     8  *
     9  * Initial Contributors:
     9  * Initial Contributors:
    10  * Symbian Foundation - initial contribution.
    10  * Nokia Corporation - initial contribution.
       
    11  * 
    11  * Contributors:
    12  * Contributors:
       
    13  * 
       
    14  * Description:
       
    15  * 
    12  */
    16  */
    13 
    17 
    14 //	for console support
    18 //	for console support
    15 if ((typeof window.parent.console == 'undefined') || ( (/AppleWebKit/i.test(navigator.userAgent)) && !(/Version/i.test(navigator.userAgent))) ){
    19 if ((typeof window.parent.console == 'undefined') || ( (/AppleWebKit/i.test(navigator.userAgent)) && !(/Version/i.test(navigator.userAgent))) ){
    16 	window.console = {
    20 	window.console = {