svnno****@sourc*****
svnno****@sourc*****
2009年 11月 2日 (月) 20:31:40 JST
Revision: 1387
http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1387
Author: dhrname
Date: 2009-11-02 20:31:40 +0900 (Mon, 02 Nov 2009)
Log Message:
-----------
バージョン情報を示すため、グローバル変数の「SIE」を追加
Modified Paths:
--------------
branches/05x/053/sie.js
Modified: branches/05x/053/sie.js
===================================================================
--- branches/05x/053/sie.js 2009-11-01 14:06:57 UTC (rev 1386)
+++ branches/05x/053/sie.js 2009-11-02 11:31:40 UTC (rev 1387)
@@ -44,6 +44,9 @@
//これを頭に付けたら、内部処理用
var NAIBU = {};
+SIE = {
+ version : 0.53
+};
//documentを速くするために
/*@cc_on _d=document;eval('var document=_d')@*/
//bookmarkletから呼び出されたらtrue
@@ -97,7 +100,7 @@
}
//他のページに移動する際に起動
function unsvgtovml() {
- NAIBU = stlog = STLog = null;
+ NAIBU = stlog = STLog = SIE = null;
}
//vmlの名前空間をセット(必須)