mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-22 11:00:20 -04:00
Fix typos in comments.
This commit is contained in:
parent
5e8ec2066b
commit
6b19f25f4b
12 changed files with 18 additions and 18 deletions
src/ui
|
@ -70,7 +70,7 @@ var CanvasView = View.extend(/** @lends CanvasView# */{
|
|||
doubleClick,
|
||||
clickTime;
|
||||
|
||||
// Returns false if event was stopped, true otherwise, wether handler was
|
||||
// Returns false if event was stopped, true otherwise, whether handler was
|
||||
// called or not!
|
||||
function callEvent(type, event, point, target, lastPoint, bubble) {
|
||||
var item = target,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue