Skip to content

Instantly share code, notes, and snippets.

@KKrisu
Forked from anonymous/rules.js
Created October 24, 2014 22:35
Show Gist options
  • Save KKrisu/20d60c4f3df1fd888561 to your computer and use it in GitHub Desktop.
Save KKrisu/20d60c4f3df1fd888561 to your computer and use it in GitHub Desktop.
// multiline conditional operator (source: three.js)
var newTime = self.performance !== undefined && self.performance.now !== undefined
? self.performance.now()
: Date.now();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment