Committer: dpetrov
LJSUP-12707: Update template for widget builderU trunk/bin/js/authors.conf U trunk/bin/js/widget.tmpl
Modified: trunk/bin/js/authors.conf =================================================================== --- trunk/bin/js/authors.conf 2012-06-26 13:53:01 UTC (rev 22332) +++ trunk/bin/js/authors.conf 2012-06-27 07:20:18 UTC (rev 22333) @@ -1,6 +1,6 @@ # Author aliases for Widget Factory { - dpetrov => 'dpetrov@sup.com (Dmitry Petrov)', + dpetrov => 'dmitry.petrov@sup.com (Dmitry Petrov)', anazarov => 'anazarov@sup.com (Alexander Nazarov)', atyurin => 'artem.tyurin@sup.com (Artem Tyurin)', vvasin => 'valeriy.vasin@sup.com (Valeriy Vasin)', Modified: trunk/bin/js/widget.tmpl =================================================================== --- trunk/bin/js/widget.tmpl 2012-06-26 13:53:01 UTC (rev 22332) +++ trunk/bin/js/widget.tmpl 2012-06-27 07:20:18 UTC (rev 22333) @@ -28,6 +28,7 @@ }, _bindControls: function () { + $.lj.basicWidget.prototype._bindControls.apply(this); }<TMPL_LOOP private><TMPL_IF __first__>,</TMPL_IF> _<TMPL_VAR method>: function () { @@ -40,4 +41,4 @@ }<TMPL_UNLESS __last__>,</TMPL_UNLESS> </TMPL_LOOP> }); -})(jQuery, window); +}(jQuery, window));