diff --git a/static/js/entityDialog.js b/static/js/entityDialog.js new file mode 100644 index 00000000..79b5bf9e --- /dev/null +++ b/static/js/entityDialog.js @@ -0,0 +1,8 @@ +// vim: et:ts=4:sw=4:sts=4:ft=javascript + +'use strict'; + +pandora.ui.entityDialog = function(options) { + + +}; \ No newline at end of file