mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2025-12-23 13:12:42 +01:00
Use strict everywhere
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
(function(){
|
||||
"use strict";
|
||||
|
||||
window.core.is = {
|
||||
plainObject: function(obj) {
|
||||
return typeof obj == "object" && obj instanceof Object;
|
||||
|
||||
Reference in New Issue
Block a user