|
||||||||
PREV NEXT | FRAMES NO FRAMES |
A simple module which is used only for testing.
Version: 0.7.0
Author: James A. Overton
/* ***** BEGIN LICENSE BLOCK ***** * Licensed under Version: MPL 1.1/GPL 2.0/LGPL 2.1 * Full Terms at http://mozile.mozdev.org/license.html * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Playsophy code (www.playsophy.com). * * The Initial Developer of the Original Code is Playsophy * Portions created by the Initial Developer are Copyright (C) 2002-2003 * the Initial Developer. All Rights Reserved. * * Contributor(s): * James A. Overton <james@overton.ca> * * ***** END LICENSE BLOCK ***** */ /** Test Module 1 * @fileoverview A simple module which is used only for testing. * * @link http://mozile.mozdev.org * @author James A. Overton <james@overton.ca> * @version 0.7.0 */ var testModule1Loaded = "Apes"; Mozile.prototype.testFunction = function() { return 1; } mozile.registerModule("TestModule1","1.0.0");
|
||||||||
PREV NEXT | FRAMES NO FRAMES |