uidesigner/com.nokia.sdt.test.componentlibrary/components/testing/library.js
author stechong
Tue, 27 Jul 2010 11:13:38 -0500
branchC3_BUILDER_WORK
changeset 1692 3980cf3d4074
parent 0 fb279309251b
permissions -rw-r--r--
Update removeCache() to delete corresponding cache file saved to disk; also updated getCacheData() to remember cache loaded from disk.

/*
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the License "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description: 
*
*/


function getBlue() {
	return Colors.getColor(0, 0, 255)
}