prototype/src/dom.js

14 lines
236 B
JavaScript
Raw Normal View History

2009-03-05 19:56:01 +00:00
/**
* == DOM ==
* Extensions to DOM elements, plus other utilities for DOM traversal
* and modification.
**/
2009-01-27 21:42:32 +00:00
//= require "dom/dom"
//= require "dom/selector"
//= require "dom/form"
//= require "dom/event"
Element.addMethods();