forked from 0x2620/pandora
add entityDialog.js
This commit is contained in:
parent
60a7beeb23
commit
fe283024a4
1 changed files with 8 additions and 0 deletions
8
static/js/entityDialog.js
Normal file
8
static/js/entityDialog.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
// vim: et:ts=4:sw=4:sts=4:ft=javascript
|
||||
|
||||
'use strict';
|
||||
|
||||
pandora.ui.entityDialog = function(options) {
|
||||
|
||||
|
||||
};
|
Loading…
Reference in a new issue