Skip to content

Commit 0b60330

Browse files
committed
1. Also getFontDetails return object, which could be applied with
.call(font.func) method to all selected by d3 nodes. git-svn-id: https://subversion.gsi.de/dabc/trunk/plugins/root/js@2817 bcbf6573-9a26-0410-9ebc-ce4ab7aade96
1 parent 012905a commit 0b60330

File tree

2 files changed

+99
-150
lines changed

2 files changed

+99
-150
lines changed

scripts/JSRootCore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
JSROOT = {};
1616

17-
JSROOT.version = "3.1 dev 28/11/2014";
17+
JSROOT.version = "3.1 dev 1/12/2014";
1818

1919
JSROOT.source_dir = function(){
2020
var scripts = document.getElementsByTagName('script');

0 commit comments

Comments
 (0)