Skip to content
This repository has been archived by the owner on May 23, 2019. It is now read-only.

Commit

Permalink
Update test inclusion of Intl
Browse files Browse the repository at this point in the history
  • Loading branch information
apipkin committed Jan 22, 2014
1 parent cfb119c commit fee3101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if ('function' === typeof require) {

IntlMessageFormat = require('../index.js');

if (typeof Intl === 'undefined'){
if (typeof global.Intl === 'undefined'){
global.Intl = require('intl');
}

Expand Down

0 comments on commit fee3101

Please sign in to comment.