fix actionmenu getByType ref

This commit is contained in:
Adam Bradley
2015-08-28 21:15:12 -05:00
parent 5273f3313a
commit be539bc5a0

View File

@@ -89,7 +89,7 @@ export class ActionMenu extends Overlay {
* @returns {TODO} TODO
*/
get() {
return Modal.getByType(OVERLAY_TYPE);
return this.getByType(OVERLAY_TYPE);
}
}