plugins/org.symbian.tools.tmw.previewer/preview/script/helper.js
changeset 485 df4f55e8569e
parent 470 d4809db37847
equal deleted inserted replaced
484:f5df819c1852 485:df4f55e8569e
       
     1 /*******************************************************************************
       
     2  * Copyright (c) 2010 Symbian Foundation and/or its subsidiary(-ies).
       
     3  * All rights reserved.
       
     4  * This component and the accompanying materials are made available
       
     5  * under the terms of the License "Eclipse Public License v1.0"
       
     6  * which accompanies this distribution, and is available
       
     7  * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8  *
       
     9  * Initial Contributors:
       
    10  * Symbian Foundation - initial contribution.
       
    11  * Contributors:
       
    12  * Description:
       
    13  * Overview:
       
    14  * Details:
       
    15  * Platforms/Drives/Compatibility:
       
    16  * Assumptions/Requirement/Pre-requisites:
       
    17  * Failures and causes:
       
    18  *******************************************************************************/
     1 function EmulatorHelper() {
    19 function EmulatorHelper() {
     2 	this.path = document.location.pathname;
    20 	this.path = document.location.pathname;
     3 	this.errorDailog = null;
    21 	this.errorDailog = null;
     4 	this.prefDailog = null;
    22 	this.prefDailog = null;
     5 	this.inspectorDailog = null;
    23 	this.inspectorDailog = null;