Add preliminary VF2JS 'Spark' Application class.

Signed-off-by: Erik de Bruin <e...@ixsoftware.nl>


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/c755b3e6
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/c755b3e6
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/c755b3e6

Branch: refs/heads/VF2JS
Commit: c755b3e633c646fdbd72087ca038e2ef38b83087
Parents: fb32fd9
Author: Erik de Bruin <e...@ixsoftware.nl>
Authored: Wed Jul 30 14:55:58 2014 +0200
Committer: Erik de Bruin <e...@ixsoftware.nl>
Committed: Wed Jul 30 14:57:20 2014 +0200

----------------------------------------------------------------------
 .../VF2JS/src/vf2js_s/components/Application.js | 30 ++++++++++++++++++++
 1 file changed, 30 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/c755b3e6/frameworks/js/VF2JS/src/vf2js_s/components/Application.js
----------------------------------------------------------------------
diff --git a/frameworks/js/VF2JS/src/vf2js_s/components/Application.js 
b/frameworks/js/VF2JS/src/vf2js_s/components/Application.js
new file mode 100644
index 0000000..247b13c
--- /dev/null
+++ b/frameworks/js/VF2JS/src/vf2js_s/components/Application.js
@@ -0,0 +1,30 @@
+/**
+ * Licensed under the Apache License, Version 2.0 (the 'License');
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an 'AS IS' BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/**
+ * @fileoverview 'Spark' Application class.
+ *
+ * @author erikdebr...@apache.org (Erik de Bruin)
+ */
+
+'use strict';
+
+goog.provide('vf2js_s.components.Application');
+
+
+
+/**
+ * @constructor
+ */
+vf2js_s.components.Application = function() {};

Reply via email to