Sha256: 185ce53cb34f414dc241112a1b9dcf66e9dbed32edc0344228c57b2703b33588
Contents?: true
Size: 852 Bytes
Versions: 2
Compression:
Stored size: 852 Bytes
Contents
## For developers/contributors If you wish to contribute, please do so by editing the jquery.flot.tooltip.source.js file. The other .js files are built with Grunt and should not be directly edited. When working with external plugin support, you can use the array plotPlugins (via this.plotPlugins), which is a collection of the names of the currently loaded Flot plugins. For instance if checking for the existance of the official symbol plugin, you would check `if ($.inArray('symbol', this.plotPlugins) !== -1)`. There exists a Gruntfile.js for development purposes, but please do not commit built production or minified .js files when making a pull request. Additionally, do not change the version, because the new version could vary depending on when the pull request is merged and how many other changes were made at the same time.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rails_modular_admin-1.0.0 | app/assets/node_modules/jquery.flot.tooltip/CONTRIBUTING.md |
rails_modular_admin-0.4.0 | app/assets/node_modules/jquery.flot.tooltip/CONTRIBUTING.md |