Author: erikdebruin
Date: Mon Jan 28 10:01:21 2013
New Revision: 1439324

URL: http://svn.apache.org/viewvc?rev=1439324&view=rev
Log:
- updated ASJS Publisher to work with the Flex SDK on the AS side and 
VanillaSDK on the JS side
- updated the README to reflect current information

Modified:
    flex/asjs/branches/develop/examples/VanillaSDK_POC/src/Main.mxml

Modified: flex/asjs/branches/develop/examples/VanillaSDK_POC/src/Main.mxml
URL: 
http://svn.apache.org/viewvc/flex/asjs/branches/develop/examples/VanillaSDK_POC/src/Main.mxml?rev=1439324&r1=1439323&r2=1439324&view=diff
==============================================================================
--- flex/asjs/branches/develop/examples/VanillaSDK_POC/src/Main.mxml (original)
+++ flex/asjs/branches/develop/examples/VanillaSDK_POC/src/Main.mxml Mon Jan 28 
10:01:21 2013
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
-<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"; 
-                          xmlns:s="library://ns.adobe.com/flex/spark" 
-                          xmlns:mx="library://ns.adobe.com/flex/mx" 
-                          creationComplete="creationCompleteHandler(event)">
+<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009";
+                          xmlns:s="library://ns.adobe.com/flex/spark"
+                          xmlns:mx="library://ns.adobe.com/flex/mx"
+                          creationComplete="creationCompleteHandler(event)" 
viewSourceURL="srcview/index.html">
 
        <fx:Script><![CDATA[
                


Reply via email to