indentation fix
This commit is contained in:
Родитель
49caf0fea6
Коммит
2e0bd35db0
|
@ -8,7 +8,7 @@ define(function(require) {
|
|||
x: React.PropTypes.number.isRequired,
|
||||
y: React.PropTypes.number.isRequired,
|
||||
},
|
||||
componentDidMount: function() {
|
||||
componentDidMount: function() {
|
||||
var node = this.getDOMNode();
|
||||
var hammer = this.hammer = new Hammer(node);
|
||||
hammer.on('panstart', this.handlePanStartAndMove);
|
||||
|
|
Загрузка…
Ссылка в новой задаче