clean-up of test file

This commit is contained in:
bgrieder
2015-10-15 16:00:09 +02:00
parent 8f7a76d230
commit 977932ec0f

View File

@@ -30,8 +30,7 @@ module I18nDirect {
export interface Props extends IntlComponent.Props {}
}
@reactMixin.decorate( IntlMixin )
class I18nDirect extends React.Component<I18nDirect.Props, any> { //implements IntlComponent {
class I18nDirect extends React.Component<I18nDirect.Props, any> {
private _currentLocale: string
private _messages: {[key: string]: string}
@@ -40,9 +39,6 @@ class I18nDirect extends React.Component<I18nDirect.Props, any> { //implements I
super( props )
}
//Mixin
//getIntlMessage: (key: string) => string = this['getIntlMessage']
render() {