There is a typo on the first line of misc/drupal.js's formatPlural():

var args = ars || {}; should be var args = args || {};.

CommentFileSizeAuthor
#1 drupal_formatplural.patch683 bytesChrisKennedy
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ChrisKennedy’s picture

Status: Active » Needs review
FileSize
683 bytes

Here is a patch.

dvessel’s picture

Status: Needs review » Reviewed & tested by the community

It works, tested by manually invoking Drupal.formatPlural()

Dries’s picture

Status: Reviewed & tested by the community » Fixed

Alright, committed to CVS HEAD. Thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)