- 29 Aug, 2013 1 commit
-
-
STUD-669.
cahrens committed
-
- 07 Aug, 2013 1 commit
-
-
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.
David Baumgold committed
-
- 06 Aug, 2013 1 commit
-
-
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.
David Baumgold committed
-
- 29 Jul, 2013 1 commit
-
-
Diana Huang committed
-