Added class/id rule to style guide

This commit is contained in:
Matt Claypotch 2011-01-21 13:15:34 -08:00
Родитель fda89c1a3d
Коммит 5e9688aed0
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -17,3 +17,4 @@ JavaScript
- variable names for jQuery objects start with $. for example::
var $el = $(el);
- Element IDs and classes that are not generated by Python should be separated by hyphens, eg: #some-module.