Skip to content

Commit

Permalink
Fixed bug in binding event listener
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Wright committed Jan 22, 2010
1 parent 2a3a8c0 commit fc26bd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/src/flight/binding/Bind.as
Expand Up @@ -379,7 +379,7 @@ package flight.binding
}
}

listenerList.push(args);
listenerList.push(arguments);

return binding.bindListener(onDispatcherChange, false);
}
Expand Down

0 comments on commit fc26bd3

Please sign in to comment.