1. 05 Sep, 2014 1 commit
  2. 29 Aug, 2014 1 commit
  3. 25 Aug, 2014 1 commit
  4. 30 Jul, 2014 1 commit
  5. 29 Jul, 2014 1 commit
  6. 28 Jul, 2014 1 commit
  7. 31 Dec, 2013 1 commit
  8. 04 Oct, 2013 1 commit
  9. 29 Aug, 2013 1 commit
  10. 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
  11. 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
  12. 29 Jul, 2013 1 commit