ace/lib
Aaike Van Roekeghem c4de324545 added themeLoaded event
added 'themeLoaded' event that is dispatched right after a theme is loaded.

it can be used like this :
this.editor.renderer.on('themeLoaded',function(){
    //do something when the theme is loaded
});
2012-12-11 02:46:59 +07:00
..
ace added themeLoaded event 2012-12-11 02:46:59 +07:00