fix a bunch of casper tests

This commit is contained in:
Peter Cottle 2015-04-06 10:50:52 -07:00
parent 84e8ce71ae
commit c76963d86e
16 changed files with 11 additions and 7 deletions

View file

@ -47,6 +47,10 @@ var init = function() {
initRootEvents(eventBaton);
initDemo(sandbox);
// unfortunate global export for casper tests
window.LocaleStore = LocaleStore;
window.LocaleActions = LocaleActions;
window.intl = intl;
};
var vcsModeRefresh = function(eventData) {