summaryrefslogtreecommitdiff
path: root/js/helpers.js
blob: e0c51804d89a88030244ae471ef0f698acf3ed30 (plain)
1
2
3
4
5
6
function STUB() {
  return console.log("STUB: " + arguments.caller);
}
function WARN(msg) {
  return console.log("WARN: " + arguments.caller + ": " + msg);
}