mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
opz same function name
maybe less significative names can be ok too
This commit is contained in:
@@ -88,7 +88,7 @@ function elementTransformShouldReturnTransformObject() {
|
||||
}
|
||||
|
||||
//Test if svgjs.Element.children() correctly return an svgjs.Element[]
|
||||
function elementTransformShouldReturnTransformObject() {
|
||||
function elementChildrenShouldReturnElementArray() {
|
||||
/* create an svg drawing */
|
||||
var div = document.createElement('div')
|
||||
var draw = SVG(div)
|
||||
|
||||
Reference in New Issue
Block a user