(t)
| 7 | ! function(t) { |
| 8 | t.EditOnGithubPlugin = {}, t.EditOnGithubPlugin.create = function(n, i, e) { |
| 9 | function u(t) { |
| 10 | return header = ['<div style="overflow: auto">', |
| 11 | '<p style="float: right"><a style="text-decoration: underline; cursor: pointer"', |
| 12 | 'onclick="EditOnGithubPlugin.onClick(event)">', '<img alt="memo" src="https://github.githubassets.com/images/icons/emoji/memo.png" class="emoji">  ', t, "</a></p>", "</div>" |
| 13 | ].join("") |
| 14 | } |
| 15 | return e = e || "Edit on github", i = i || n.replace(/\/blob\//, "/edit/"), t.EditOnGithubPlugin.editDoc = |
| 16 | function(t, n) { |
| 17 | var e = n.route.file; |
no test coverage detected