replace old Events class

This commit is contained in:
Ezequiel Bergamaschi
2014-03-16 22:00:04 -03:00
parent c1c022c96b
commit 2c59e37bf6
5 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@
* limitations under the License.
*/
mindplot.EventBus = new Class({
Implements:Events,
Implements: mindplot.Events,
initialize: function() {
}
});