Committer: anazarov
LJSUP-13358: Update widget factory templateU trunk/bin/js/authors.conf U trunk/bin/js/widget.tmpl
Modified: trunk/bin/js/authors.conf =================================================================== --- trunk/bin/js/authors.conf 2012-08-20 11:42:06 UTC (rev 22703) +++ trunk/bin/js/authors.conf 2012-08-20 13:58:57 UTC (rev 22704) @@ -4,5 +4,6 @@ anazarov => 'anazarov@sup.com (Alexander Nazarov)', atyurin => 'artem.tyurin@sup.com (Artem Tyurin)', vvasin => 'valeriy.vasin@sup.com (Valeriy Vasin)', + aasriyan => 'armen.asriyan@sup.com (Armen Asriyan)', } # vim: filetype=perl Modified: trunk/bin/js/widget.tmpl =================================================================== --- trunk/bin/js/widget.tmpl 2012-08-20 11:42:06 UTC (rev 22703) +++ trunk/bin/js/widget.tmpl 2012-08-20 13:58:57 UTC (rev 22704) @@ -2,10 +2,12 @@ * @name $.lj.<TMPL_VAR name> * @requires $.ui.core, $.ui.widget, $.lj.basicWidget<TMPL_IF extends>, $.lj.<TMPL_VAR extends></TMPL_IF> * @class TODO: Write description here + * @fileoverview <TMPL_VAR name> + * @extends <TMPL_IF extends>$.lj.<TMPL_VAR extends><TMPL_ELSE>$.lj.basicWidget</TMPL_IF> <TMPL_IF author> * @author <TMPL_VAR author> </TMPL_IF> */ -(function($, window) { +(function ($, window) { 'use strict'; /** @lends $.lj.<TMPL_VAR name>.prototype */