Browse Source

Expose PropertyFactory in StyleManager

pull/3024/head
Artur Arseniev 6 years ago
parent
commit
1c2c5ed012
  1. 3
      src/style_manager/index.js

3
src/style_manager/index.js

@ -37,6 +37,7 @@ import { isElement } from 'underscore';
import defaults from './config/config';
import Sectors from './model/Sectors';
import Properties from './model/Properties';
import PropertyFactory from './model/PropertyFactory';
import SectorsView from './view/SectorsView';
export default () => {
@ -45,6 +46,8 @@ export default () => {
var sectors, SectView;
return {
PropertyFactory: PropertyFactory(),
/**
* Name of the module
* @type {String}

Loading…
Cancel
Save