]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
remove redundant tooltip initialize (#4655)
authorXingan Wang <wangxgwxg@gmail.com>
Mon, 14 Aug 2017 11:37:17 +0000 (04:37 -0700)
committerEvert Timberg <evert.timberg+github@gmail.com>
Mon, 14 Aug 2017 11:37:17 +0000 (07:37 -0400)
src/core/core.controller.js

index b4739c6af09803c49e8c47e92ccae128f709211c..03dfedb7196fcd5eef7b5d60607aac4b071f5c81 100644 (file)
@@ -718,7 +718,6 @@ module.exports = function(Chart) {
                                _data: me.data,
                                _options: me.options.tooltips
                        }, me);
-                       me.tooltip.initialize();
                },
 
                /**