Closed JamesRamm closed 8 years ago
To require the mapthing lib in plugins you currently need to specify the relative path to the js file, which can be horrendous. We could provide a global function ( or another solution) to make this easy @yitang
A user can now just use mtRequire(filename) instead of the regular require function
mtRequire(filename)
require
To require the mapthing lib in plugins you currently need to specify the relative path to the js file, which can be horrendous. We could provide a global function ( or another solution) to make this easy @yitang