Fixed copyright date and removed debug code from AutosizeTextarea (#4457)

Этот коммит содержится в:
Harrison Healey
2016-11-04 15:36:32 -04:00
коммит произвёл Christopher Speller
родитель 205ccd1bd4
Коммит 9ba3c54875

Просмотреть файл

@@ -1,4 +1,4 @@
// Copyright (c) 2015 Mattermost, Inc. All Rights Reserved. // Copyright (c) 2016 Mattermost, Inc. All Rights Reserved.
// See License.txt for license information. // See License.txt for license information.
import React from 'react'; import React from 'react';
@@ -53,7 +53,6 @@ export default class AutosizeTextarea extends React.Component {
} }
render() { render() {
window.forceUpdate = this.forceUpdate.bind(this);
const { const {
value, value,
placeholder, placeholder,