Update comment: jsloader works at module-scope

This commit is contained in:
kimth
2012-09-29 18:03:59 -07:00
parent 46598b659c
commit 8956e5bcb1

View File

@@ -1,7 +1,8 @@
class @JavascriptLoader
###
Set of library functions that provide common interface for javascript loading
for all module types
for all module types. All functionality provided by JavascriptLoader should take
place at module scope, i.e. don't run jQuery over entire page
###
@setCollapsibles: (el) =>
###