X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=docs%2Fsrc%2FRoo_bootstrap_BezierSignature.js.html;h=895c98f87cb3ba54416787ef3c0ce3b755b541ac;hp=a0892af4a947693e5d7d53c393de12594ba1af9e;hb=b4518379a854ec80681dbf54a4cd4671027b88d9;hpb=a3ee0c188594aadf680c82a66d770d3cfe47a034 diff --git a/docs/src/Roo_bootstrap_BezierSignature.js.html b/docs/src/Roo_bootstrap_BezierSignature.js.html index a0892af4a9..895c98f87c 100644 --- a/docs/src/Roo_bootstrap_BezierSignature.js.html +++ b/docs/src/Roo_bootstrap_BezierSignature.js.html @@ -1,15 +1,12 @@ /home/alan/gitlive/roojs1/Roo/bootstrap/BezierSignature.js/** -* This script refer to: -* Title: Signature Pad -* Author: szimek -* Availability: https://github.com/szimek/signature_pad -**/ - -/** * @class Roo.bootstrap.BezierSignature * @extends Roo.bootstrap.Component * Bootstrap BezierSignature class - * + * This script refer to: + * Title: Signature Pad + * Author: szimek + * Availability: https://github.com/szimek/signature_pad + * * @constructor * Create a new BezierSignature * @param {Object} config The config object @@ -253,7 +250,7 @@ this.strokeUpdate(e); if (this.throttle) { - this.throttle(this.strokeUpdate, this.throttle); + this.throttleStroke(this.strokeUpdate, this.throttle); } else { this.strokeUpdate(e); @@ -544,7 +541,7 @@ return Bezier; }()), - throttle: function(fn, wait) { + throttleStroke: function(fn, wait) { if (wait === void 0) { wait = 250; } var previous = 0; var timeout = null;