AMO/FlightDeck/FrontEnd

From MozillaWiki
Jump to: navigation, search

MooTools 1.3

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.

File Structure

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.