2015-06-22 08:47:05 +00:00
|
|
|
module.exports = {
|
|
|
|
|
|
|
|
template: require('../../views/modals/searchMatch.html'),
|
|
|
|
|
2015-06-22 09:10:43 +00:00
|
|
|
inherit: true,
|
|
|
|
|
|
|
|
methods: {
|
|
|
|
cancelMatch: function() {
|
|
|
|
this.modal = false;
|
|
|
|
// trigger match functions
|
|
|
|
}
|
|
|
|
}
|
2015-06-22 08:47:05 +00:00
|
|
|
|
|
|
|
};
|