Commit 539d52d0 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Fix error when running Touch examples within doctests.

parent edb6d4dc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -104,7 +104,7 @@ Ext.define('Docs.view.examples.InlinePreview', {
        if (Docs.data.touchExamplesUi) {
            return Ext.create('Docs.view.examples.Device', {
                url: "eg-iframe.html",
                id: this.getIframeId(),
                id: this.iframeId,
                device: this.options.device,
                orientation: this.options.orientation
            }).toHtml();