Skip to content

Instantly share code, notes, and snippets.

@jakerobers
Created April 29, 2020 03:40
Show Gist options
  • Save jakerobers/886e82edffe3cacc08688c720048fb43 to your computer and use it in GitHub Desktop.
Save jakerobers/886e82edffe3cacc08688c720048fb43 to your computer and use it in GitHub Desktop.
function warn(msg) {
if (typeof console !== "undefined" && console.warn) {
console.warn("[validate.js] " + msg)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment