Fix include in bat.js

This commit is contained in:
Stephen Birarda 2015-11-09 15:33:23 -08:00
parent 244fd86d1e
commit 44ab236673

View file

@ -9,9 +9,9 @@
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
Script.include("pitching.js");
(function() {
Script.include("pitching.js");
var pitchingMachine = null;
this.pitchAndHideAvatar = function() {