Skip to content
  1. Sep 12, 2012
    • Rene Saarsoo's avatar
      Fix crash in IE8 when loading a class into view. · a4d49e9d
      Rene Saarsoo authored
      Caused by the fact that IE8 doesn't allow the reserved keyword 'enum' to
      be used inside a member expression, like so:
      
          someObj.enum
      
      So I had to rewrite it like so:
      
          someObj["enum"]
      
      IE9 and other browsers didn't have a problem with that.
      a4d49e9d
  2. Sep 10, 2012
  3. Sep 07, 2012
  4. Sep 06, 2012
  5. Sep 05, 2012
Loading