add entityDialog.js

This commit is contained in:
rolux 2014-11-20 10:03:07 +00:00
parent 60a7beeb23
commit fe283024a4

View file

@ -0,0 +1,8 @@
// vim: et:ts=4:sw=4:sts=4:ft=javascript
'use strict';
pandora.ui.entityDialog = function(options) {
};