AMO/FlightDeck/MooTools

From MozillaWiki
< AMO‎ | FlightDeck
Revision as of 22:29, 11 January 2011 by Seanmonstar (talk | contribs) (Created page with "All client side JavaScript must work with MooTools 1.3 without the compatiblity layer. This means all code written, and all libraries added. If you're used to writing 1.2 and don...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

All client side JavaScript must work with MooTools 1.3 without the compatiblity layer. This means all code written, and all libraries added. If you're used to writing 1.2 and don't know what has been deprecated, this wiki page shows everything removed and what it should now be.

All JavaScript files belong in the top level `media` directory. If the file is 3rd party, it belongs in `lib`, inside its own directory. If it is written by us, it should be in the directory inside `media` that relates to the Django app that uses it.