pandora/static/js/embedDocument.js

10 lines
187 B
JavaScript
Raw Normal View History

2018-03-05 11:25:03 +00:00
// 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;
};