make precompile happier

This commit is contained in:
Sam 2013-05-30 16:58:31 +10:00
parent d20056ad0e
commit c26d70e68a

View File

@ -0,0 +1,6 @@
MessageFormat.locale.pseudo = function ( n ) {
if ( n === 1 ) {
return "one";
}
return "other";
};