add header and inject html

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

Branch: refs/heads/develop
Commit: 37a7c62ad96fda5f4a1aa3014f3d9d2c4a196a4e
Parents: e02da51
Author: Alex Harui <aha...@apache.org>
Authored: Mon May 5 13:31:42 2014 -0700
Committer: Alex Harui <aha...@apache.org>
Committed: Mon May 5 13:31:42 2014 -0700

----------------------------------------------------------------------
 .../src/org/apache/cordova/camera/Camera.js     | 23 ++++++++++++++++++++
 1 file changed, 23 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/37a7c62a/frameworks/js/FlexJS/src/org/apache/cordova/camera/Camera.js
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/src/org/apache/cordova/camera/Camera.js 
b/frameworks/js/FlexJS/src/org/apache/cordova/camera/Camera.js
index 41af8e5..88b735e 100644
--- a/frameworks/js/FlexJS/src/org/apache/cordova/camera/Camera.js
+++ b/frameworks/js/FlexJS/src/org/apache/cordova/camera/Camera.js
@@ -1,4 +1,27 @@
 /**
+ * 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.
+ */
+
+/*
+ FalconJX will inject html into the index.html file.  Surround with
+ "inject_html" tag as follows:
+ 
+ <inject_html>
+    <script type="text/javascript" src="cordova.js"></script>
+ </inject_html>
+ */
+
+/**
  * org.apache.cordova.camera.Camera
  *
  * @fileoverview

Reply via email to