update examples

This commit is contained in:
Kevin Jahns
2016-09-20 18:29:19 +02:00
parent 4726c71dd0
commit 0b14e90585
9 changed files with 153 additions and 134 deletions

View File

@@ -16,8 +16,6 @@ Y({
}).then(function (y) {
window.yXml = y
// bind xml type to a dom, and put it in body
y.share.xml.getDom().then(function (dom) {
window.sharedDom = dom
document.body.appendChild(dom)
})
window.sharedDom = y.share.xml.getDom()
document.body.appendChild(window.sharedDom)
})