UNPKG

emojionearea

Version:

WYSIWYG-like EmojiOne Converter / Picker Plugin for jQuery

10 lines 370 B
define(function() { return function(label, blockCallback, condition) { var end_at, started_at = performance.now(); blockCallback.call(this); end_at = performance.now(); if (condition || condition === undefined) { console.log("Call to \"" + label + "\" took " + (end_at - started_at) + " milliseconds.") } } });