/** * Created by Matthew on 7/29/2015. */ define(function(){ var OverlayButton = function (id, image,screenLoc, sizeOfImageArray, selectorToAppendTo) { var self = this; this.ParentNode = (selectorToAppendTo) ? $(selectorToAppendTo) : $('body'); this.ID = id; this.image = image; this.sizeArray = sizeOfImageArray; this.StyleSheet = $("