Uncaught TypeError: this.scrollMessagesBottom is not a function at timeout code example
Example: Uncaught TypeError: this.scrollMessagesBottom is not a function at timeout
var that = this;
setTimeout(function () {
that.startRotate();
}, 1000);