This is an automated email from the ASF dual-hosted git repository.
carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new d64f02e remove toString in EventDispatcher since all seems to work ok
know without it. (refers to: #502)
d64f02e is described below
commit d64f02e7ebcc8c32bbd063cb2cf547510e211e37
Author: Carlos Rovira <[email protected]>
AuthorDate: Tue Oct 15 12:22:02 2019 +0200
remove toString in EventDispatcher since all seems to work ok know without
it. (refers to: #502)
---
.../Core/src/main/royale/org/apache/royale/events/EventDispatcher.as | 5 -----
1 file changed, 5 deletions(-)
diff --git
a/frameworks/projects/Core/src/main/royale/org/apache/royale/events/EventDispatcher.as
b/frameworks/projects/Core/src/main/royale/org/apache/royale/events/EventDispatcher.as
index 466e769..360ed1f 100644
---
a/frameworks/projects/Core/src/main/royale/org/apache/royale/events/EventDispatcher.as
+++
b/frameworks/projects/Core/src/main/royale/org/apache/royale/events/EventDispatcher.as
@@ -99,10 +99,5 @@ package org.apache.royale.events
}
return false;
}
-
- public function toString():String
- {
- return "EventDispatcher";
- }
}
}