Reduce CURRENT_PATH deps.

This commit is contained in:
Lars Jung 2015-05-03 04:05:42 +02:00
parent d0f7f586e8
commit a74e849faf
4 changed files with 15 additions and 10 deletions

View file

@ -9,10 +9,8 @@ describe('view', function () {
this.storeKey = '_h5ai';
this.xConfig = {
setup: {
API: true,
APP_HREF: util.uniqPath('-APP/'),
ROOT_HREF: util.uniqPath('-ROOT/'),
CURRENT_HREF: util.uniqPath('-CURRENT/')
ROOT_HREF: util.uniqPath('-ROOT/')
}
};
});