Files
edx-platform/common/static
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-30 01:50:33 -04:00
2013-08-02 09:52:12 -04:00
2013-01-04 10:32:31 -05:00
2013-04-18 15:46:08 -04:00