add some description to some classes
This commit is contained in:
parent
8d3347bcfb
commit
d8ead8a8bb
2 changed files with 12 additions and 0 deletions
|
@ -14,6 +14,10 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
/**
|
||||
implements DOM/CSS operations for resizing.
|
||||
The sizer determines what CSS mechanism is used for sizing items, like flexbox, ...
|
||||
*/
|
||||
class Sizer {
|
||||
constructor(container, vertical, reverse) {
|
||||
this.container = container;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue