Skip to content

Commit

Permalink
UIModule.css_files returns CSS files, not Javascript files
Browse files Browse the repository at this point in the history
  • Loading branch information
eklitzke authored and caseymrm committed Apr 26, 2010
1 parent bbdf207 commit 8084739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tornado/web.py
Original file line number Diff line number Diff line change
Expand Up @@ -1329,7 +1329,7 @@ def embedded_css(self):
return None

def css_files(self):
"""Returns a list of JavaScript files required by this module."""
"""Returns a list of CSS files required by this module."""
return None

def html_head(self):
Expand Down

0 comments on commit 8084739

Please sign in to comment.