X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/source/Vml.html diff --git a/docs/source/Vml.html b/docs/source/Vml.html index 7426ab91..fda56f5f 100644 --- a/docs/source/Vml.html +++ b/docs/source/Vml.html @@ -1,4 +1,21 @@ -Sencha Documentation Project
/**
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
  * @class Ext.draw.engine.Vml
  * @extends Ext.draw.Surface
  * Provides specific methods to draw with VML.
@@ -860,7 +877,7 @@ Ext.define('Ext.draw.engine.Vml', {
         }
     },
 
-    /**
+    /**
      * Adds a definition to this Surface for a linear gradient. We convert the gradient definition
      * to its corresponding VML attributes and store it for later use by individual sprites.
      * @param {Object} gradient
@@ -897,4 +914,6 @@ Ext.define('Ext.draw.engine.Vml', {
         delete me.el;
     }
 });
-
\ No newline at end of file +
+ +