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 @@
(function() {
"use strict";
function AppShell(diContainer) {
this.models = {};
this.di = diContainer;