Global __fail__ at the top of ember source

What is the significance of this code at the top of the ember source file?

(function() {
/*global __fail__*/

I believe this is an jshint Inline Configuration http://www.jshint.com/docs/config/

1 Like

Thanks. That helps. Was having a difficult time google this.

1 Like