Committer: anazarov
LJSUP-14033: Update jsdoc sources listsU trunk/bin/js/widget.tmpl
Modified: trunk/bin/js/widget.tmpl =================================================================== --- trunk/bin/js/widget.tmpl 2012-10-24 08:55:07 UTC (rev 23187) +++ trunk/bin/js/widget.tmpl 2012-10-24 08:57:14 UTC (rev 23188) @@ -2,12 +2,11 @@ * @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 ($) { 'use strict'; /** @lends $.lj.<TMPL_VAR name>.prototype */ @@ -43,4 +42,4 @@ }<TMPL_UNLESS __last__>,</TMPL_UNLESS> </TMPL_LOOP> }); -}(jQuery, window)); +}(jQuery));