forked from 0x2620/pandora
9 lines
187 B
JavaScript
9 lines
187 B
JavaScript
// vim: et:ts=4:sw=4:sts=4:ft=javascript
|
|
|
|
'use strict';
|
|
|
|
pandora.ui.embedDocument = function() {
|
|
var that = Ox.Element();
|
|
pandora.ui.document().appendTo(that)
|
|
return that;
|
|
};
|