Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed May 22, 2018
1 parent 6ab1bfb commit 648caa4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/galaxy/scripts/layout/data.js
Expand Up @@ -2,6 +2,10 @@ import DataDialog from "components/DataDialog.vue";
import Vue from "vue";

export default class Data {
/**
* Opens a modal dialog for data selection
* @param {function} callback - Result function called with selection
*/
dialog(callback) {
var instance = Vue.extend(DataDialog);
var vm = document.createElement("div");
Expand Down

0 comments on commit 648caa4

Please sign in to comment.