Skip to content
Snippets Groups Projects
Commit 1c83de99 authored by Richard Alam's avatar Richard Alam
Browse files

- reintroducing one of the changes that was reverted in...

parent 97992fbf
No related branches found
No related tags found
No related merge requests found
...@@ -40,8 +40,11 @@ ...@@ -40,8 +40,11 @@
* http://gregjessup.com/flex-3-advanceddatagrid-cannot-convert-mxmanagersdragmanagerimpl-to-mxmanagersidragmanager/ * 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/ * http://butterfliesandbugs.wordpress.com/2007/10/25/workaround-for-error-when-loading-popups-from-modules/
*/ */
import mx.managers.IDragManager; import mx.managers.IDragManager;
private var iDragManager:IDragManager; private var iDragManager:IDragManager;
/** another workaround - for this issue: https://bugs.adobe.com/jira/browse/SDK-13121*/
private var hist:HistoryManager
private function handleConfigLoadedEvent(e:Event):void { private function handleConfigLoadedEvent(e:Event):void {
trace('Got CONFIG_LOADED_EVENT'); trace('Got CONFIG_LOADED_EVENT');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment