Files
edx-platform/common/static/js
David Baumgold 82ac56068e Assign isExternal JS function to window object
When JS functions are defined with names, they are local variables, and inaccessible
if defined inside a closure. Django-Pipeline concatenates all of our JS into one
big closure. This function explicitly assings the function to a property of the
`window` object, so that it is accessible to other JS functions.
2013-08-06 16:39:04 -04:00
..
2013-07-09 19:16:03 -04:00
2013-08-02 09:52:12 -04:00
2013-02-26 01:03:01 -05:00