Remove unused public method

This commit is contained in:
Horcrux
2017-01-16 14:38:43 +08:00
parent a981585b6b
commit 7c9f6b2d3d
11 changed files with 38 additions and 68 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ class Use extends Shape {
render() {
let {props} = this;
// 尝试匹配 "url(#pattern)"
// match "url(#pattern)"
let matched = props.href.match(idExpReg);
let href;