Skip to content

Commit

Permalink
Commenting out query component, will come back in after the
Browse files Browse the repository at this point in the history
queryComponent branch gets merged again
  • Loading branch information
tarelli committed Aug 17, 2016
1 parent a891f92 commit 7813aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/js/components/ComponentFactory.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ define(function (require) {
var simControlsComp = require('jsx!components/dev/simulationcontrols/ExperimentControls');
var cameraControlsComp = require('jsx!./dev/cameracontrols/CameraControls');
var shareComp = require('jsx!./dev/share/share');
var queryComp = require('jsx!./dev/query/query');
//var queryComp = require('jsx!./dev/query/query');

GEPPETTO.ComponentFactory = {
getComponent: function(component, properties){
Expand Down

0 comments on commit 7813aee

Please sign in to comment.