electron prototype

This commit is contained in:
azivner
2017-10-20 23:43:20 -04:00
parent 0a793d0c47
commit 83243dd936
7 changed files with 89 additions and 7 deletions

View File

@@ -80,4 +80,8 @@ $(document).tooltip({
});
});
}
});
});
function isElectron() {
return window && window.process && window.process.type;
}