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.reel/non-visual-component.js | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100755 js/stage/binding-view.reel/non-visual-component.reel/non-visual-component.js (limited to 'js/stage/binding-view.reel/non-visual-component.reel/non-visual-component.js') 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