Add yet-another-react-lightbox package and update .gitignore to exclude node_modules
This commit is contained in:
6
frontend/node_modules/@react-jvectormap/lib/src/svg-path-element.js
generated
vendored
6
frontend/node_modules/@react-jvectormap/lib/src/svg-path-element.js
generated
vendored
@@ -1,6 +0,0 @@
|
||||
jvm.SVGPathElement = function(config, style){
|
||||
jvm.SVGPathElement.parentClass.call(this, 'path', config, style);
|
||||
this.node.setAttribute('fill-rule', 'evenodd');
|
||||
}
|
||||
|
||||
jvm.inherits(jvm.SVGPathElement, jvm.SVGShapeElement);
|
||||
Reference in New Issue
Block a user