Merge branch 'issue734' into develop. Issue #734.

This commit is contained in:
Davide P. Cervone 2014-02-21 10:47:39 -05:00
commit 59ea9a8543
3 changed files with 4 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 725 B

After

Width:  |  Height:  |  Size: 552 B

View File

@ -440,9 +440,11 @@
// Preload images so they show up with the menu
//
getImages: function () {
if (SETTINGS.discoverable) {
var menu = new Image();
menu.src = CONFIG.button.src;
}
}
};