function SquareDance(canvas, options) { var $canvas = $(canvas), context = canvas.getContext('2d'), defaults = { square :{ backgroundUrl: 'img/2.png', //так не получается height: '50px', width: '50px' } } }