From fe283024a45ec0aeec7097d1883f0dc1a1e12a65 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 20 Nov 2014 10:03:07 +0000 Subject: [PATCH] add entityDialog.js --- static/js/entityDialog.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 static/js/entityDialog.js diff --git a/static/js/entityDialog.js b/static/js/entityDialog.js new file mode 100644 index 000000000..79b5bf9e1 --- /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