1. 29 Aug, 2013 1 commit
  2. 07 Aug, 2013 1 commit
    • Assign isExternal JS function to window object · df25770f
      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
  3. 06 Aug, 2013 1 commit
    • Assign isExternal JS function to window object · 82ac5606
      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
  4. 29 Jul, 2013 1 commit