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,4 +1,6 @@
(function(){
"use strict";
window.core.is = {
plainObject: function(obj) {
return typeof obj == "object" && obj instanceof Object;