Add some documentation

This commit is contained in:
Hadi Nategh 2017-10-05 17:48:31 +02:00
parent 2659ab99ff
commit 53acbfe3ea

View File

@ -18,6 +18,9 @@
/**
* Class which implements box and vbox tag
*
* Auto-repeat: In order to get box auto repeat to work we need to have another
* box as a wrapper with an id set.
*
* @augments et2_baseWidget
*/
var et2_box = (function(){ "use strict"; return et2_baseWidget.extend([et2_IDetachedDOM],