Fix namespace issue in DataGridExample/src/MyInitialView.mxml

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

Branch: refs/heads/develop
Commit: 9e7ec1f14fe792159c801c9aa30eb2ae8abb6a4a
Parents: 7153a20
Author: Om <[email protected]>
Authored: Thu Jan 30 17:02:34 2014 -0800
Committer: Om <[email protected]>
Committed: Thu Jan 30 17:02:34 2014 -0800

----------------------------------------------------------------------
 examples/DataGridExample/src/MyInitialView.mxml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/9e7ec1f1/examples/DataGridExample/src/MyInitialView.mxml
----------------------------------------------------------------------
diff --git a/examples/DataGridExample/src/MyInitialView.mxml 
b/examples/DataGridExample/src/MyInitialView.mxml
index 5190c45..f80cb0c 100644
--- a/examples/DataGridExample/src/MyInitialView.mxml
+++ b/examples/DataGridExample/src/MyInitialView.mxml
@@ -20,7 +20,7 @@ limitations under the License.
 <basic:ViewBase xmlns:fx="http://ns.adobe.com/mxml/2009";
                                
xmlns:basic="library://ns.apache.org/flexjs/basic"
                                xmlns:local="*" 
-                               xmlns:models="models.*">
+                               xmlns:models="models.*" 
xmlns:mybeads="mybeads.*">
     <fx:Script>
         <![CDATA[
                        

Reply via email to