No bug - Fix some dodgy white-space in calendar XML files; rs=white-space-only
This commit is contained in:
Родитель
52770eab6f
Коммит
16003487aa
|
@ -246,7 +246,7 @@
|
|||
"calendar", "monthInYear");
|
||||
return cal.l10n.getCalString("monthInYear", [monthName, this.rangeStartDate.year]);
|
||||
]]></body>
|
||||
</method>
|
||||
</method>
|
||||
<method name="moveView">
|
||||
<parameter name="aNumber"/>
|
||||
<body><![CDATA[
|
||||
|
|
|
@ -235,14 +235,14 @@
|
|||
<xul:menulist anonid="snooze-unit-menulist"
|
||||
class="snooze-unit-menulist"
|
||||
allowevents="true">
|
||||
<xul:menupopup anonid="snooze-unit-menupopup"
|
||||
position="after_start"
|
||||
ignorekeys="true"
|
||||
class="menulist-menupopup">
|
||||
<xul:menuitem closemenu="single" class="unit-menuitem" value="1"/>
|
||||
<xul:menuitem closemenu="single" class="unit-menuitem" value="60"/>
|
||||
<xul:menuitem closemenu="single" class="unit-menuitem" value="1440"/>
|
||||
</xul:menupopup>
|
||||
<xul:menupopup anonid="snooze-unit-menupopup"
|
||||
position="after_start"
|
||||
ignorekeys="true"
|
||||
class="menulist-menupopup">
|
||||
<xul:menuitem closemenu="single" class="unit-menuitem" value="1"/>
|
||||
<xul:menuitem closemenu="single" class="unit-menuitem" value="60"/>
|
||||
<xul:menuitem closemenu="single" class="unit-menuitem" value="1440"/>
|
||||
</xul:menupopup>
|
||||
</xul:menulist>
|
||||
<xul:toolbarbutton anonid="snooze-popup-ok"
|
||||
class="snooze-popup-button snooze-popup-ok-button"
|
||||
|
|
|
@ -427,7 +427,7 @@
|
|||
onget="return this.mExtraDate"
|
||||
onset="this.mExtraDate = val"/>
|
||||
|
||||
<!--returns the first (inclusive) date of the minimonth as a calIDateTime object-->
|
||||
<!--returns the first (inclusive) date of the minimonth as a calIDateTime object-->
|
||||
<property name="firstDate" readonly="true">
|
||||
<getter><![CDATA[
|
||||
let date = this._getCalBoxNode(1, 1).date;
|
||||
|
@ -435,7 +435,7 @@
|
|||
]]></getter>
|
||||
</property>
|
||||
|
||||
<!--returns the last (exclusive) date of the minimonth as a calIDateTime object-->
|
||||
<!--returns the last (exclusive) date of the minimonth as a calIDateTime object-->
|
||||
<property name="lastDate" readonly="true">
|
||||
<getter><![CDATA[
|
||||
let date = this._getCalBoxNode(6, 7).date;
|
||||
|
@ -625,7 +625,7 @@
|
|||
]]></body>
|
||||
</method>
|
||||
|
||||
<!--calIObserver methods -->
|
||||
<!--calIObserver methods -->
|
||||
<method name="onStartBatch">
|
||||
<parameter name="aCalendar"/>
|
||||
<body><![CDATA[
|
||||
|
@ -698,7 +698,7 @@
|
|||
]]></body>
|
||||
</method>
|
||||
|
||||
<!-- calICompositeObserver methods -->
|
||||
<!-- calICompositeObserver methods -->
|
||||
<method name="onCalendarAdded">
|
||||
<parameter name="aCalendar"/>
|
||||
<body><![CDATA[
|
||||
|
|
Загрузка…
Ссылка в новой задаче