Skip to content

Instantly share code, notes, and snippets.

@ujiro99
Created February 21, 2016 08:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ujiro99/a30a6ed2cc6053eaea31 to your computer and use it in GitHub Desktop.
Save ujiro99/a30a6ed2cc6053eaea31 to your computer and use it in GitHub Desktop.
(function() {
RTT.addPlugin("emptyPlugin", {
onSendTimeEntry: function(RTT, params) {
return console.log("onSendTimeEntry");
},
onSendedTimeEntry: function(RTT, params) {
return console.log("onSendedTimeEntry");
}
});
}).call(this);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment