提交 c0406ce1 编写于 作者: L linfeng

Merge pull request #156 from junmer/master

fix //
......@@ -692,7 +692,7 @@ define(function(require) {
if (symbol.match('image')) {
itemShape.style.image =
symbol.replace(/^image:\/\//, '');
symbol.replace(new RegExp('^image:\\/\\/'), '');
itemShape.shape = 'image';
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册