Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #10659 (closed defect: fixed)

Opened 8 months ago

Last modified 8 months ago

Missing ;

Reported by: RQuadling Assigned to: sam
Priority: normal Milestone: 2.x
Component: Prototype Version: edge
Severity: minor Keywords:
Cc:

Description

One of those things which really isn't worth the trouble, but it is sort of against the grain to see it there. Either all the unnecessary ; should be removed (and what a mess that would be), or this 1 ; should be put in.

Anyway, patch attached.

Attachments

event.js.diff (346 bytes) - added by RQuadling on 12/31/07 09:55:19.
[PATCH] to fix missing ;

Change History

12/31/07 09:55:19 changed by RQuadling

  • attachment event.js.diff added.

[PATCH] to fix missing ;

12/31/07 16:16:28 changed by tobie

  • status changed from new to closed.
  • resolution set to fixed.

(In [8515]) prototype: Add some missing semicolons to the source tree. Closes #10659.