Files
edx-platform/common
David Baumgold df25770fa7 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-07 15:16:58 -04:00
..
2013-08-02 11:23:59 -04:00
2013-08-06 08:05:12 -04:00
2013-07-26 17:22:27 +03:00
2013-02-06 11:13:50 -05:00