Skip to content

Commit 4e31c35

Browse files
committed
indent
1 parent 036eae2 commit 4e31c35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ var utils = module.exports = {
290290
* get class name for IE
291291
*/
292292
getClassName: function(el) {
293-
return (el.className instanceof SVGAnimatedString ? el.className.baseVal : el.className)
293+
return (el.className instanceof SVGAnimatedString ? el.className.baseVal : el.className)
294294
},
295295

296296
/**

0 commit comments

Comments
 (0)