ReactiveX / learnrx

A series of interactive exercises for learning Microsoft's Reactive Extensions Library for Javascript.
1.4k stars 292 forks source link

Update for Exercise 33 #155

Closed marksauter closed 7 years ago

marksauter commented 7 years ago

The MouseEvent object that stores the pageX, pageY, offsetX, and offsetY properties seems to no longer store the offset of the mouse position relative to the sprite in the offsetX and offsetY properties. It seems to now store this information in the layerX and layerY properties. I updated the index.html file to reflect these changes, so the exercise - with provided answer - should now work.

morenoh149 commented 7 years ago

@MarkSauter could you squash these?

marksauter commented 7 years ago

I'm very new to using git, so thank you for giving me the opportunity to learn how to squash commits, lol. I had to go through a local clone in order to squash these commits, is there a way to squash commits within the browser interface?

morenoh149 commented 7 years ago

@MarkSauter don't think so. Squashing is a good thing a professional should know though! ;)