Loading Rakefile +1 −1 Original line number Diff line number Diff line Loading @@ -241,7 +241,7 @@ class JsDuckRunner "--body-html", head_html, "--welcome", "template-min/welcome.html", "--eg-iframe", "template-min/eg-iframe.html", "--examples_base_url", "#{relative_touch_path}examples/", "--examples-base-url", "#{relative_touch_path}examples/", ] end Loading template/app/view/examples/TouchContainer.js +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ Ext.define('Docs.view.examples.TouchContainer', { * @param {Object} example Example object */ load: function(example) { this.title = example.text + " Example"; this.title = example.title + " Example"; this.device = Ext.create('Docs.view.examples.Device', { url: example.url, device: example.device || "phone", Loading Loading
Rakefile +1 −1 Original line number Diff line number Diff line Loading @@ -241,7 +241,7 @@ class JsDuckRunner "--body-html", head_html, "--welcome", "template-min/welcome.html", "--eg-iframe", "template-min/eg-iframe.html", "--examples_base_url", "#{relative_touch_path}examples/", "--examples-base-url", "#{relative_touch_path}examples/", ] end Loading
template/app/view/examples/TouchContainer.js +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ Ext.define('Docs.view.examples.TouchContainer', { * @param {Object} example Example object */ load: function(example) { this.title = example.text + " Example"; this.title = example.title + " Example"; this.device = Ext.create('Docs.view.examples.Device', { url: example.url, device: example.device || "phone", Loading