blob: d1e1ff5bee3cb5b36f0adf798c50b11bb2e5be94 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* <copyright>
This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
(c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
</copyright> */
//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, {
});
|