You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by rv...@apache.org on 2015/03/17 12:21:37 UTC

[25/52] [abbrv] jena git commit: Comment out YASR dependency for the Pivot table

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/JENA-507
Commit: 51794850ee48065d5c070fe2c5805a9551318359
Parents: 1b612db
Author: Andy Seaborne <an...@apache.org>
Authored: Fri Mar 6 12:47:01 2015 +0000
Committer: Andy Seaborne <an...@apache.org>
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': {