diff options
author | mitsugu oyama | 2013-04-04 12:54:53 +0900 |
---|---|---|
committer | mitsugu oyama | 2013-04-04 12:54:53 +0900 |
commit | 4a3e7bb2b56a692ef82f24daea776a987c631ac2 (patch) | |
tree | 68db58e0fd4176418f7642813bb2be4792eb0230 /escape-from-iframe.js | |
parent | 54e509b4f8a481a8bdd7cde2f707d3164a7e0a1a (diff) | |
download | vimperator-plugins-4a3e7bb2b56a692ef82f24daea776a987c631ac2.tar.bz2 |
Dropped E4X
Diffstat (limited to 'escape-from-iframe.js')
-rw-r--r-- | escape-from-iframe.js | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/escape-from-iframe.js b/escape-from-iframe.js index 5a86324..b72c0ee 100644 --- a/escape-from-iframe.js +++ b/escape-from-iframe.js @@ -34,7 +34,7 @@ THE POSSIBILITY OF SUCH DAMAGE. // INFO {{{ let INFO = -<> +xml` <plugin name="Escape from iframe." version="1.0.0" href="http://vimpr.github.com/" summary="Escape from iframe (focus to parent window)." @@ -49,8 +49,7 @@ let INFO = <spec><Esc></spec> <description><p>Escape from iframe (focus to parent window).</p></description> </item> - </plugin> -</>; + </plugin>`; // }}} (function () { |