Bug 898170 - contentTitle should default to empty string (r=felipe)

This commit is contained in:
Bill McCloskey 2013-07-26 14:26:35 -07:00
parent 3ee373ddcf
commit 62598015b8

View File

@ -50,7 +50,7 @@
</getter>
</property>
<field name="_contentTitle">null</field>
<field name="_contentTitle">""</field>
<property name="contentTitle"
onget="return this._contentTitle"