Use strict mode in JavaScript

Strict mode is supported by 98% of the browsers, including Internet
Explorer 10, and it helps developers avoid common JavaScript pitfalls.
This commit is contained in:
Javi Martín
2019-06-30 21:39:06 +02:00
parent 747767386a
commit 86e704d8a4
60 changed files with 124 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
"use strict"
App.Documentable =
initialize: ->