Created
August 1, 2013 15:11
-
-
Save igkuz/6132299 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
makeFlush: function(event) { | |
// FIXME - скоро уедет в отдельных хешик в event, не прозевать | |
let flush_props = _(event).pick('player-event-in', 'player-event-out', 'rengine-event-in', 'rengine-js-in'); | |
// Можно передать -11000 - магическую константу для прогноза ренжина | |
nptv_flush(event['cdiff'] + 2, flush_props); | |
}, | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment