From 4565558afff6fb07db3b5165042e028f467ac41b Mon Sep 17 00:00:00 2001 From: Armen Kesablyan Date: Thu, 21 Jun 2012 15:46:26 -0700 Subject: Binding View :Requested Changes for Pull Request Signed-off-by: Armen Kesablyan --- .../non-visual-component.css | 5 ---- .../non-visual-component.html | 27 ---------------------- .../non-visual-component.js | 18 --------------- 3 files changed, 50 deletions(-) delete mode 100755 js/stage/binding-view.reel/non-visual-component.reel/non-visual-component.css delete mode 100755 js/stage/binding-view.reel/non-visual-component.reel/non-visual-component.html delete mode 100755 js/stage/binding-view.reel/non-visual-component.reel/non-visual-component.js (limited to 'js/stage/binding-view.reel') diff --git a/js/stage/binding-view.reel/non-visual-component.reel/non-visual-component.css b/js/stage/binding-view.reel/non-visual-component.reel/non-visual-component.css deleted file mode 100755 index 018448f1..00000000 --- a/js/stage/binding-view.reel/non-visual-component.reel/non-visual-component.css +++ /dev/null @@ -1,5 +0,0 @@ -/* - 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. -
*/ diff --git a/js/stage/binding-view.reel/non-visual-component.reel/non-visual-component.html b/js/stage/binding-view.reel/non-visual-component.reel/non-visual-component.html deleted file mode 100755 index 10abb38d..00000000 --- a/js/stage/binding-view.reel/non-visual-component.reel/non-visual-component.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - -
Label for options
- - diff --git a/js/stage/binding-view.reel/non-visual-component.reel/non-visual-component.js b/js/stage/binding-view.reel/non-visual-component.reel/non-visual-component.js deleted file mode 100755 index 2ff2e2f7..00000000 --- a/js/stage/binding-view.reel/non-visual-component.reel/non-visual-component.js +++ /dev/null @@ -1,18 +0,0 @@ -/* -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. -
*/ - -/** -@requires montage/core/core -@requires montage/ui/component -*/ -var Montage = require("montage/core/core").Montage, - Component = require("montage/ui/component").Component; - -exports.NonVisualComponent = Montage.create(Component, { - title: { - value: "value" - } -}); \ No newline at end of file -- cgit v1.2.3