i4way-dash/.svn/pristine/02/02b4cc422b241be869ec2565a96...

11 lines
322 B
Plaintext

// HINT Markpoint can't be used too much
define(function (require) {
require('./marker/MarkPointModel');
require('./marker/MarkPointView');
require('../echarts').registerPreprocessor(function (opt) {
// Make sure markPoint component is enabled
opt.markPoint = opt.markPoint || {};
});
});