mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-08 14:56:35 +02:00
Reduce CURRENT_PATH deps.
This commit is contained in:
@@ -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/')
|
||||
}
|
||||
};
|
||||
});
|
||||
|
Reference in New Issue
Block a user