kentonv changed the topic of #sandstorm to: Welcome to #sandstorm: home of all things sandstorm.io. Say hi! | Have a question but no one is here? Try asking in the discussion group: https://groups.google.com/group/sandstorm-dev
frigginglorious has quit [Quit: frigginglorious]
nicooo has quit [Ping timeout: 240 seconds]
nicooo has joined #sandstorm
_whitelogger has joined #sandstorm
kentonv has quit [Quit: Leaving]
kentonv has joined #sandstorm
frigginglorious has joined #sandstorm
michaeln3 has joined #sandstorm
michaeln3 has quit [Read error: Connection reset by peer]
michaeln3 has joined #sandstorm
factormystic3 has joined #sandstorm
factormystic has quit [Ping timeout: 265 seconds]
XgF has quit [Ping timeout: 265 seconds]
factormystic3 is now known as factormystic
XgF has joined #sandstorm
frigginglorious has quit [Read error: Connection reset by peer]
frigginglorious has joined #sandstorm
<isd> So I'm looking at tightening up our eslint config, and eslint flagged this: https://github.com/sandstorm-io/sandstorm/blob/master/shell/imports/client/grain-client.js#L245
<isd> ...because we're assigning a variable to itself.
<isd> I have no idea what that code is trying to do though. Any hints?
<kentonv> `frame` is a DOM iframe object. Assigning its `src` property navigates the frame.
<kentonv> could probably use a comment for sure. :)
<kentonv> essentially that line refreshes the frame
<isd> aha.