fix(ammap): fix image path

pull/3/head
alex 2016-02-10 16:08:36 +03:00
parent faf7a21f09
commit 507c220bb6
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
images: {
root: IMAGES_ROOT,
profile: IMAGES_ROOT + 'app/profile/',
amChart: 'bower_components/amcharts/dist/amcharts/images/'
amChart: 'bower_components/ammap/dist/ammap/images/'
}
});