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

- fix typo

git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@4346 af16638f-c34d-0410-8cfa-b39d5352b314
parent 06921cc3
No related branches found
No related tags found
No related merge requests found
......@@ -22,13 +22,13 @@
package org.bigbluebutton.modules.deskShare.events
{
import flash.events.Event;
public var videoWidth:Number = 0;
public var videoHeight:Number = 0;
public class AppletStartedEvent extends Event
{
public static const APPLET_STARTED:String = "AppletStartedEvent";
public var videoWidth:Number = 0;
public var videoHeight:Number = 0;
public function AppletStartedEvent(type:String = APPLET_STARTED)
{
......
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