mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-01 22:25:12 +00:00
Remove unused public method
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user