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

Ticket #10838 (closed defect: fixed)

Opened 6 months ago

Last modified 6 months ago

[PATCH] "var" missing in Element#insert

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

Description

In the Prototype trunk, a "var" statement seems to be missing in Element#insert, which causes Prototype to create a global variable "position".

I attached the one-liner patch to this ticket.

Regards, Severin Heiniger

Attachments

insert_var_missing.diff (430 bytes) - added by Lantash on 01/17/08 16:16:33.

Change History

01/17/08 16:16:33 changed by Lantash

  • attachment insert_var_missing.diff added.

01/17/08 16:41:41 changed by tobie

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

(In [8651]) prototype: Fix missing var in Element#insert. Closes #10838.