git-svn-id: http://xe-core.googlecode.com/svn/trunk@1797 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-06-27 08:20:18 +00:00
parent b765e62490
commit 8ec344e286
3 changed files with 9 additions and 3 deletions

View file

@ -8,7 +8,7 @@
// For details, see: http://creativecommons.org/licenses/LGPL/2.1/
// This must be a path to a blank image. That's all the configuration you need.
if (typeof blankImg == 'undefined') var blankImg = '../img/blank.gif'; // 1x1px 짜리 투명 이미지(blank.gif)의 경로를 변경.
if (typeof blankImg == 'undefined') var blankImg = '../images/blank.gif'; // 1x1px 짜리 투명 이미지(blank.gif)의 경로를 변경.
var f = 'DXImageTransform.Microsoft.AlphaImageLoader';
function filt(s, m)
@ -61,4 +61,4 @@ function doFix()
doFix();
</script>
</public:component>
</public:component>