Add ActionHandlerMixin to Em module

This commit is contained in:
David Gardiner
2015-01-07 16:37:35 +10:30
parent 65235fb181
commit e26b81b4e3
+1
View File
@@ -2218,6 +2218,7 @@ declare module Em {
**/
var $: typeof Ember.$;
var A: typeof Ember.A;
class ActionHandlerMixin extends Ember.ActionHandlerMixin { }
class Application extends Ember.Application { }
class Array extends Ember.Array { }
class ArrayController extends Ember.ArrayController { }