warn

  • function
 

Adds a warning message to the console.

js.warn(out)

Adds a warning message to the console.

Parameters

  1. out {String}

    the message

can.dev.warn("something evil");