Strict mode is supported by 98% of the browsers, including Internet Explorer 10, and it helps developers avoid common JavaScript pitfalls.
4 lines
30 B
CoffeeScript
4 lines
30 B
CoffeeScript
"use strict"
|
|
|
|
window.App = {}
|