public
Description: Prototype JavaScript framework
Homepage: http://prototypejs.org/
Clone URL: git://github.com/sstephenson/prototype.git
prototype / src / dom.js
100644 7 lines (5 sloc) 0.119 kb
1
2
3
4
5
6
7
//= require "dom/dom"
//= require "dom/selector"
//= require "dom/form"
//= require "dom/event"
 
Element.addMethods();