From ed057792835a151a7441be5faf091cf55b2e860e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 16 Jan 2019 15:26:02 +0800 Subject: [PATCH] Roo/bootstrap/BezierSignature.js --- Roo/bootstrap/BezierSignature.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Roo/bootstrap/BezierSignature.js b/Roo/bootstrap/BezierSignature.js index 548be6329b..63a344999b 100644 --- a/Roo/bootstrap/BezierSignature.js +++ b/Roo/bootstrap/BezierSignature.js @@ -256,7 +256,7 @@ Roo.extend(Roo.bootstrap.BezierSignature, Roo.bootstrap.Component, this.strokeUpdate(e); if (this.throttle) { - this.throttle(this.strokeUpdate, this.throttle); + this.throttleStroke(this.strokeUpdate, this.throttle); } else { this.strokeUpdate(e); @@ -547,7 +547,7 @@ Roo.extend(Roo.bootstrap.BezierSignature, Roo.bootstrap.Component, return Bezier; }()), - throttle: function(fn, wait) { + throttleStroke: function(fn, wait) { if (wait === void 0) { wait = 250; } var previous = 0; var timeout = null; -- 2.39.2