svnno****@sourc*****
svnno****@sourc*****
2010年 1月 7日 (木) 21:56:16 JST
Revision: 1553
http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1553
Author: dhrname
Date: 2010-01-07 21:56:16 +0900 (Thu, 07 Jan 2010)
Log Message:
-----------
colorメソッドの修正
Modified Paths:
--------------
branches/05x/058/sie.js
Modified: branches/05x/058/sie.js
===================================================================
--- branches/05x/058/sie.js 2010-01-07 12:21:20 UTC (rev 1552)
+++ branches/05x/058/sie.js 2010-01-07 12:56:16 UTC (rev 1553)
@@ -1359,7 +1359,7 @@
//<color>をVML用に変換
NAIBU.PaintColor.prototype.color = function( /*string*/ color) {
if (this.keywords[color]) {
- return this.keywords[color];
+ return (this.keywords[color]);
}
if (color.indexOf("%", 5) > 0) { // %を含むrgb形式の場合
return color.replace(/[\d.]+%/g, function(s) {