[Bbs2ch-cvs 215] [197] window.location.href = bbs2ch: XXX で開けなくなっていたのを修正

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2007年 8月 11日 (土) 19:55:24 JST


Revision: 197
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=bbs2ch&view=rev&rev=197
Author:   flyson
Date:     2007-08-11 19:55:24 +0900 (Sat, 11 Aug 2007)

Log Message:
-----------
window.location.href  = bbs2ch:XXX で開けなくなっていたのを修正

Modified Paths:
--------------
    trunk/bbs2chreader/components/b2rProtocolHandler.js

Modified: trunk/bbs2chreader/components/b2rProtocolHandler.js
===================================================================
--- trunk/bbs2chreader/components/b2rProtocolHandler.js	2007-08-10 15:35:01 UTC (rev 196)
+++ trunk/bbs2chreader/components/b2rProtocolHandler.js	2007-08-11 10:55:24 UTC (rev 197)
@@ -80,21 +80,11 @@
 
 	// ********** implements nsIProtocolHandler **********
 
-	get scheme(){
-		return "bbs2ch";
-	},
+	scheme: "bbs2ch",
+	defaultPort: -1,
+	protocolFlags: Components.interfaces.nsIProtocolHandler.URI_NOAUTH,
 
 
-	get defaultPort(){
-		return -1;
-	},
-
-
-	get protocolFlags(){
-		return Components.interfaces.nsIProtocolHandler.URI_NOAUTH;
-	},
-
-
 	allowPort: function(aPort, aScheme){
 		return false;
 	},




bbs2ch-cvs メーリングリストの案内
Back to archive index