Files
edx-platform/common/static/js/capa
stv fd10fbf725 Fix JSInput scope leak
Declare variables locally
- The `allSections` variable was leaking into the global scope, due to a
  typo in the declaration.
- `dataProcessed` can be declared more narrowly within the callback.
2014-06-13 11:04:24 -07:00
..
2014-06-03 10:30:58 -04:00
2014-06-13 11:04:24 -07:00
2013-02-13 09:45:44 +01:00
2014-06-13 11:04:24 -07:00
2014-06-13 11:04:24 -07:00
2013-03-01 14:57:38 -05:00

These files really should be in the capa module, but we don't have a way to load js from there at the moment.  (TODO)