From b89a7ee8b956c96a1dcee995ea840feddc5d4b27 Mon Sep 17 00:00:00 2001 From: Pierre Frisch Date: Thu, 22 Dec 2011 07:25:50 -0800 Subject: First commit of Ninja to ninja-internal Signed-off-by: Valerio Virgillito --- js/lib/nj-base.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 js/lib/nj-base.js (limited to 'js/lib/nj-base.js') diff --git a/js/lib/nj-base.js b/js/lib/nj-base.js new file mode 100644 index 00000000..d1e1ff5b --- /dev/null +++ b/js/lib/nj-base.js @@ -0,0 +1,13 @@ +/* +This file contains proprietary software owned by Motorola Mobility, Inc.
+No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.
+(c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. +
*/ + +//nj-base: Contains base class definitions to use as Ninja building blocks. +var Montage = require("montage/core/core").Montage, + Component = require("montage/ui/component").Component; + +exports.NJComponent = Montage.create( Component, { + +}); \ No newline at end of file -- cgit v1.2.3