setting up for locale header change

This commit is contained in:
Peter Cottle 2015-03-28 10:15:52 -07:00
parent 73728bc733
commit c1e7274c72
8 changed files with 45 additions and 10 deletions

View file

@ -311,6 +311,8 @@ function CommandUI() {
});
}
exports.changeLocaleFromHeaders = changeLocaleFromHeaders;
exports.getEvents = function() {
return events;
};