including-modules
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
import DynamicPropertyContainer from '../../../utils/helpers/dynamicProperties';
|
||||
|
||||
import {
|
||||
extendPrototype,
|
||||
} from '../../../utils/functionExtensions';
|
||||
|
||||
function SVGNoStyleData(elem, data, styleOb) {
|
||||
this.initDynamicPropertyContainer(elem);
|
||||
this.getValue = this.iterateDynamicProperties;
|
||||
this.style = styleOb;
|
||||
}
|
||||
|
||||
extendPrototype([DynamicPropertyContainer], SVGNoStyleData);
|
||||
|
||||
export default SVGNoStyleData;
|
||||
Reference in New Issue
Block a user