You are reading a single comment by @trezm and its replies. Click here to read the full conversation.
  • Still can't figure out why my own example doesn't work when I change some bits, but just a note that line 43 should read

          if( typeof d.name !== "undefined" && d.name.indexOf( "Puck.js" ) === 0 ) {
    

    as typeof returns a string and you're not coercing type.

About

Avatar for trezm @trezm started