switch to 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/7030b0e5
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/7030b0e5
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/7030b0e5

Branch: refs/heads/develop
Commit: 7030b0e5d131fbe942651970f1b658a8aa95d351
Parents: 37a7c62
Author: Alex Harui <aha...@apache.org>
Authored: Mon May 5 13:32:04 2014 -0700
Committer: Alex Harui <aha...@apache.org>
Committed: Mon May 5 13:32:04 2014 -0700

----------------------------------------------------------------------
 .../src/org/apache/flex/jquery/Application.js   | 23 ++++++++++----------
 1 file changed, 11 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7030b0e5/frameworks/js/FlexJS/src/org/apache/flex/jquery/Application.js
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/src/org/apache/flex/jquery/Application.js 
b/frameworks/js/FlexJS/src/org/apache/flex/jquery/Application.js
index 90f2912..b98533d 100644
--- a/frameworks/js/FlexJS/src/org/apache/flex/jquery/Application.js
+++ b/frameworks/js/FlexJS/src/org/apache/flex/jquery/Application.js
@@ -12,18 +12,17 @@
  * limitations under the License.
  */
 
-// ------------------------------------------------------------------
-// jquery
-// ------------------------------------------------------------------
-
-// <link rel="stylesheet"
-// href="http://code.jquery.com/ui/1.10.2/themes/smoothness/jquery-ui.css"; />
-//  <script src="http://code.jquery.com/jquery-1.9.1.js";></script>
-//  <script src="http://code.jquery.com/ui/1.10.2/jquery-ui.js";></script>
-
-// ------------------------------------------------------------------
-// end jquery
-// ------------------------------------------------------------------
+/*
+FalconJX will inject html into the index.html file.  Surround with
+"inject_html" tag as follows:
+ 
+<inject_html>
+<link rel="stylesheet"
+    href="http://code.jquery.com/ui/1.10.2/themes/smoothness/jquery-ui.css"; />
+<script src="http://code.jquery.com/jquery-1.9.1.js";></script>
+<script src="http://code.jquery.com/ui/1.10.2/jquery-ui.js";></script>
+</inject_html>
+*/
 
 goog.provide('org.apache.flex.jquery.Application');
 

Reply via email to