[Pkg-javascript-commits] [d3-tip.js] 212/277: fixed initial style setting for pointer-events
bhuvan krishna
bhuvan-guest at moszumanska.debian.org
Thu Dec 8 06:57:31 UTC 2016
This is an automated email from the git hooks/post-receive script.
bhuvan-guest pushed a commit to branch master
in repository d3-tip.js.
commit d9bcb4db7f4f3fafafbb7fef7901286d0cec487d
Author: BrentSouza <brent.souza at gmail.com>
Date: Thu Jan 9 14:09:02 2014 -0500
fixed initial style setting for pointer-events
fixed initial style setting for pointer-events and box-sizing
---
index.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/index.js b/index.js
index 6cfa3cb..b363785 100644
--- a/index.js
+++ b/index.js
@@ -213,8 +213,8 @@ d3.tip = function() {
node.style({
position: 'absolute',
opacity: 0,
- pointerEvents: 'none',
- boxSizing: 'border-box'
+ 'pointer-events': 'none',
+ 'box-sizing': 'border-box'
})
return node.node()
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/d3-tip.js.git
More information about the Pkg-javascript-commits
mailing list