function name fix

This commit is contained in:
sapics 2015-06-11 13:45:01 +09:00
parent ead7d40a4c
commit f556ab9411

View file

@ -162,7 +162,7 @@ fabric.util.object.extend(fabric.IText.prototype, /** @lends fabric.IText.protot
* @return {Number} Index of a character
*/
getSelectionStartFromPointer: function(e) {
var mouseOffset = this._getLocalPointer(e),
var mouseOffset = this.getLocalPointer(e),
prevWidth = 0,
width = 0,
height = 0,