Fix build

This commit is contained in:
Xavier Priour 2015-11-14 01:54:59 +01:00
parent dd0a6e1a82
commit 475bc70621

View file

@ -33,7 +33,7 @@ const ImportPopup = BlazeComponent.extendComponent({
Popup.open('mapMembers')(evt);
},
_storeText(evt) {
_storeText() {
const dataJson = this.$('.js-import-json').val();
Session.set('import.text', dataJson);
return dataJson;