Repository: jena Updated Branches: refs/heads/master 1b612db8e -> 51794850e
Comment out YASR dependency for the Pivot table Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/51794850 Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/51794850 Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/51794850 Branch: refs/heads/master Commit: 51794850ee48065d5c070fe2c5805a9551318359 Parents: 1b612db Author: Andy Seaborne <[email protected]> Authored: Fri Mar 6 12:47:01 2015 +0000 Committer: Andy Seaborne <[email protected]> Committed: Fri Mar 6 12:47:01 2015 +0000 ---------------------------------------------------------------------- jena-fuseki2/jena-fuseki-core/src/main/webapp/js/common-config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/51794850/jena-fuseki2/jena-fuseki-core/src/main/webapp/js/common-config.js ---------------------------------------------------------------------- diff --git a/jena-fuseki2/jena-fuseki-core/src/main/webapp/js/common-config.js b/jena-fuseki2/jena-fuseki-core/src/main/webapp/js/common-config.js index d715670..eac4b27 100644 --- a/jena-fuseki2/jena-fuseki-core/src/main/webapp/js/common-config.js +++ b/jena-fuseki2/jena-fuseki-core/src/main/webapp/js/common-config.js @@ -55,7 +55,8 @@ require.config({ exports: 'YASQE' }, 'yasr': { - deps: ['pivottable', 'jquery', 'lib/codemirror', 'datatables'], +// deps: ['pivottable', 'jquery', 'lib/codemirror', 'datatables'], + deps: ['jquery', 'lib/codemirror', 'datatables'], exports: 'YASR' }, 'pivottable': {
