зеркало из https://github.com/mozilla/pjs.git
fix javascript strict warning
bug 265274, patch by gekacheka, r=mvl
This commit is contained in:
Родитель
44a84b6333
Коммит
847b05a68c
|
@ -127,7 +127,7 @@ function calendarManager( CalendarWindow )
|
|||
this.addCalendar( Calendar );
|
||||
}
|
||||
// Add autoreload timers for all calendars
|
||||
autoreload = Calendar.getAttribute( "http://home.netscape.com/NC-rdf#autoreload" );
|
||||
var autoreload = Calendar.getAttribute( "http://home.netscape.com/NC-rdf#autoreload" );
|
||||
if ( autoreload > 0 )
|
||||
{
|
||||
function closure( ThisObject,ThisCalendar ) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче