Use strict everywhere

This commit is contained in:
Borys Levytskyi
2015-04-04 19:27:52 +03:00
parent ba284789ba
commit f14425da75
20 changed files with 50 additions and 31 deletions

View File

@@ -1,5 +1,6 @@
// Expression View
app.compose(function () {
"use strict";
var formatter = app.get('formatter');
var calc = app.get('calc');