Skip to content

Instantly share code, notes, and snippets.

View KKrisu's full-sized avatar
💭
Saving the world, please don't disturb

Kris Kesy KKrisu

💭
Saving the world, please don't disturb
  • Gniezno, Poland
View GitHub Profile
@KKrisu
KKrisu / rules.js
Created October 24, 2014 22:35 — forked from anonymous/rules.js
// multiline conditional operator (source: three.js)
var newTime = self.performance !== undefined && self.performance.now !== undefined
? self.performance.now()
: Date.now();