Changeset 13556
- Timestamp:
- Oct 10, 2012, 3:03:32 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web/javascript/formatter.js
r13554 r13556 277 277 countString: function(msgid, msgid_plural, n) 278 278 { 279 return [ n.toStringWithCommas(), ngettext(msgid,msgid_plural,n) ].join(' ');279 return [ n.toStringWithCommas(), this.ngettext(msgid,msgid_plural,n) ].join(' '); 280 280 }, 281 281
Note: See TracChangeset
for help on using the changeset viewer.