Roo/bootstrap/BezierSignature.js
authorAlan Knowles <alan@roojs.com>
Wed, 16 Jan 2019 06:44:29 +0000 (14:44 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 16 Jan 2019 06:44:29 +0000 (14:44 +0800)
Roo/bootstrap/BezierSignature.js

index a787ae8..a5b2e7b 100644 (file)
@@ -22,7 +22,8 @@ Roo.bootstrap.BezierSignature = function(config){
     });
 };
 
-Roo.extend(Roo.bootstrap.BezierSignature, Roo.bootstrap.Component,  {
+Roo.extend(Roo.bootstrap.BezierSignature, Roo.bootstrap.Component,
+{
     
     curve_data: [],
     
@@ -72,7 +73,7 @@ Roo.extend(Roo.bootstrap.BezierSignature, Roo.bootstrap.Component,  {
     
     /**
      * @cfg {float} Weight used to modify new velocity based on the previous velocity. Defaults to 0.7.
-     */
+     */ 
     velocity_filter_weight: 0.7,
     
     /**