Skip to content

Commit

Permalink
The LOADED and ERROR events now have different values
Browse files Browse the repository at this point in the history
  • Loading branch information
bricecarpentier committed Apr 24, 2013
1 parent df16d2f commit 9602ba7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -37,7 +37,7 @@ package com.enjoymondays.i18n.events {
public class ResourceBundleLoaderEvent extends Event {

public static const LOADED :String = 'onResourceLoaded';
public static const ERROR :String = 'onResourceLoaded';
public static const ERROR :String = 'onResourceError';
public var data:*;


Expand Down

0 comments on commit 9602ba7

Please sign in to comment.