forked from 0x2620/pandora
ui.entity -> entity
This commit is contained in:
parent
40083923cb
commit
1838c7be86
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
'use strict';
|
||||
|
||||
pandora.ui.entity = function(options, callback) {
|
||||
pandora.entity = function(options, callback) {
|
||||
// options: {id, view}, view: 'annotation' or 'entity'
|
||||
pandora.api.getEntity({
|
||||
id: options.id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue