code review

This commit is contained in:
Seth Alves 2016-02-03 10:54:08 -08:00
parent 30e97c2a76
commit ad2a7bfc3c
2 changed files with 3 additions and 2 deletions

View file

@ -40,7 +40,7 @@ if (SHOW_TOOL_BAR) {
var saveButton = toolBar.addOverlay("image", { var saveButton = toolBar.addOverlay("image", {
width: BUTTON_SIZE, width: BUTTON_SIZE,
height: BUTTON_SIZE, height: BUTTON_SIZE,
imageURL: "http://headache.hungry.com/~seth/hifi/save.png", imageURL: ".../save.png",
color: { color: {
red: 255, red: 255,
green: 255, green: 255,
@ -51,7 +51,7 @@ if (SHOW_TOOL_BAR) {
var loadButton = toolBar.addOverlay("image", { var loadButton = toolBar.addOverlay("image", {
width: BUTTON_SIZE, width: BUTTON_SIZE,
height: BUTTON_SIZE, height: BUTTON_SIZE,
imageURL: "http://headache.hungry.com/~seth/hifi/load.png", imageURL: ".../load.png",
color: { color: {
red: 255, red: 255,
green: 255, green: 255,

View file

@ -1224,6 +1224,7 @@ function MyController(hand) {
return true; return true;
} }
} }
return false;
} }
this.getPresetPosition = function() { this.getPresetPosition = function() {