the correct includes

This commit is contained in:
samcake 2015-12-02 10:23:31 -08:00
parent 586ed51436
commit 0ae7060316
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
Script.include("./AgentPoolControler.js");
Script.include("./AgentPoolController.js");
var agentController = new AgentController();
// Set the following variables to the values needed

View file

@ -8,7 +8,7 @@
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
Script.include("./AgentPoolControler.js");
Script.include("./AgentPoolController.js");
HIFI_PUBLIC_BUCKET = "http://s3.amazonaws.com/hifi-public/";