Created
June 8, 2015 02:28
-
-
Save 1ambda/33e1af6a2016ddc9131f to your computer and use it in GitHub Desktop.
Experiment.js
This file contains 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
rake_lat.init({ | |
log_version : rakeJSVersion, | |
current_page : "/detail/brand_latency", | |
latency_flag : "Y", | |
latency_module_cnt : 7, | |
latency_time_stamp: rake_lat.getLatencyId() | |
}); | |
// rake_lat.sendRakeData({latency_module_order : "0"}); | |
setTimeout(function() { | |
rake_lat.init({ | |
log_version : rakeJSVersion, | |
current_page : "/detail/brand_latency", | |
latency_flag : "Y", | |
latency_module_cnt : 7, | |
latency_time_stamp: rake_lat.getLatencyId() | |
}); | |
rake_lat.sendRakeData({latency_module_order : "0"}); | |
}, 500) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment