No longer used/needed
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2697 af16638f-c34d-0410-8cfa-b39d5352b314
This commit is contained in:
parent
ad0e12ccf2
commit
2d97db93ff
@ -1,21 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
|
|
||||||
xmlns:view="org.bigbluebutton.main.views.components.*"
|
|
||||||
xmlns:maps="org.bigbluebutton.main.maps.*"
|
|
||||||
pageTitle="Big Blue Button"
|
|
||||||
layout="absolute">
|
|
||||||
<mx:Script>
|
|
||||||
<![CDATA[
|
|
||||||
/**
|
|
||||||
* Thse two lines are workaround for this. (ralam - Nov 8, 2008)
|
|
||||||
* http://gregjessup.com/flex-3-advanceddatagrid-cannot-convert-mxmanagersdragmanagerimpl-to-mxmanagersidragmanager/
|
|
||||||
* http://butterfliesandbugs.wordpress.com/2007/10/25/workaround-for-error-when-loading-popups-from-modules/
|
|
||||||
*/
|
|
||||||
import mx.managers.IDragManager;
|
|
||||||
private var iDragManager:IDragManager;
|
|
||||||
]]>
|
|
||||||
</mx:Script>
|
|
||||||
<maps:ApplicationEventMap />
|
|
||||||
<maps:AppEventMapMock />
|
|
||||||
<view:MainView/>
|
|
||||||
</mx:Application>
|
|
Loading…
Reference in New Issue
Block a user