Update firerecord.js

This commit is contained in:
David Westgate 2013-04-29 10:34:05 -03:00
parent b7794985c2
commit 2f10bef2f3

View File

@ -81,7 +81,7 @@ var firerecord = function() {
{ {
line1 = playThis[i]; line1 = playThis[i];
line2 = playThis[i+1].split(' :: '); line2 = playThis[i+1].split(' :: ');
}
//alert(line1.toString()); //alert(line1.toString());
//alert(line2.toString()); //alert(line2.toString());
setTimeout(function() { setTimeout(function() {
@ -91,7 +91,7 @@ var firerecord = function() {
firerecord.fire(line2[0], line2[1], line2[2], line2[3], line2[4]); firerecord.fire(line2[0], line2[1], line2[2], line2[3], line2[4]);
}, 8000); }, 8000);
// setTimeout(function(){firerecord.fireExp();},8000); // setTimeout(function(){firerecord.fireExp();},8000);
}
}, },
// rylan // rylan