aboutsummaryrefslogtreecommitdiff
path: root/js/io/workflow/newFileDialog/new-file-location.reel/new-file-location.js
diff options
context:
space:
mode:
authorValerio Virgillito2012-02-15 16:09:47 -0800
committerValerio Virgillito2012-02-15 16:09:47 -0800
commitd366c0bd1af6471511217ed574083e15059519b5 (patch)
treec8c9f9af761457e3c5f4c6774fb0fbba851df0c4 /js/io/workflow/newFileDialog/new-file-location.reel/new-file-location.js
parent997ce3fb65f27b3d6f331f63b5dc22d3c7fb8f1e (diff)
parentb85bfb54aaca3ccca3c1ef09115de925cd67f4e9 (diff)
downloadninja-d366c0bd1af6471511217ed574083e15059519b5.tar.gz
Merge branch 'refs/heads/integration'
Diffstat (limited to 'js/io/workflow/newFileDialog/new-file-location.reel/new-file-location.js')
-rw-r--r--js/io/workflow/newFileDialog/new-file-location.reel/new-file-location.js28
1 files changed, 0 insertions, 28 deletions
diff --git a/js/io/workflow/newFileDialog/new-file-location.reel/new-file-location.js b/js/io/workflow/newFileDialog/new-file-location.reel/new-file-location.js
deleted file mode 100644
index 4c90d1a1..00000000
--- a/js/io/workflow/newFileDialog/new-file-location.reel/new-file-location.js
+++ /dev/null
@@ -1,28 +0,0 @@
1/* <copyright>
2This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
3No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
4(c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
5</copyright> */
6
7var Montage = require("montage/core/core").Montage;
8var Component = require("montage/ui/component").Component;
9var newFileWorkflowControllerModule = require("js/io/workflow/newFileDialog/new-file-workflow-controller");
10
11var NewFileLocation = exports.NewFileLocation = Montage.create(Component, {
12
13 willDraw: {
14 enumerable: false,
15 value: function() {}
16 },
17
18 draw: {
19 enumerable: false,
20 value: function() {}
21 },
22
23 didDraw: {
24 enumerable: false,
25 value: function() {}
26 }
27
28}); \ No newline at end of file