From a676d4fbbc12e3c5c9b7b4412370ea7473714e83 Mon Sep 17 00:00:00 2001 From: Jagua Date: Thu, 4 Apr 2013 00:08:24 +0900 Subject: Dropped E4X for Vimperator 3.6+ --- microsoft-translator.js | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) (limited to 'microsoft-translator.js') diff --git a/microsoft-translator.js b/microsoft-translator.js index 57ced85..927b033 100644 --- a/microsoft-translator.js +++ b/microsoft-translator.js @@ -1,6 +1,6 @@ /* NEW BSD LICENSE {{{ Copyright (c) 2009-2010, anekos. -Copyright (c) 2012, Jagua. +Copyright (c) 2012-2013, Jagua. All rights reserved. Redistribution and use in source and binary forms, with or without modification, @@ -33,26 +33,8 @@ THE POSSIBILITY OF SUCH DAMAGE. }}} */ -// PLUGIN_INFO {{{ -let PLUGIN_INFO = - - Microsoft Translator - Microsoft Translator - Translate with Microsoft AJAX Language API - 1.0.0 - anekos - Jagua - new BSD License (Please read the source code comments of this plugin) - 修正BSDライセンス (ソースコードのコメントを参照してください) - https://github.com/vimpr/vimperator-plugins/raw/master/microsoft-translator.js - _libly.js - 2.3 - 3.3 -; -// }}} - // INFO {{{ -let INFO = +let INFO = xml` -; +`; // }}} (function () { -- cgit v1.2.3