Fix constructor declaration in HeadManager (#321)

This commit is contained in:
Kav Singh 2016-12-02 14:51:56 +11:00 committed by Naoyuki Kanezawa
parent b23f193124
commit 8a2981746b

View file

@ -3,7 +3,7 @@ import HTMLDOMPropertyConfig from 'react-dom/lib/HTMLDOMPropertyConfig'
const DEFAULT_TITLE = ''
export default class HeadManager {
constuctor () {
constructor () {
this.requestId = null
}