distriqt / ANE-Message

Send messages from AIR using email and SMS
https://airnativeextensions.com/extension/com.distriqt.Message
0 stars 0 forks source link

Typo in MessageEvent constants #17

Closed jeremiehelme closed 8 years ago

jeremiehelme commented 8 years ago

Not a big problem, but just so you know :

static native public const MESSGAE_MAIL_COMPOSE_SAVED:String = "saved"; static native public const MESSGAE_MAIL_COMPOSE_SENT:String = "sent"; static native public const MESSGAE_MAIL_COMPOSE_FAILED:String = "failed"; static native public const MESSGAE_MAIL_COMPOSE_UNKNOWN:String = "unknown";

marchbold commented 8 years ago

Ah, thanks for pointing that out. I'll make sure it gets corrected.