Sign in
apache
/
pouchdb
/
refs/heads/4071-part-three
/
.
/
lib
/
deps
/
env
/
isChromeApp.js
blob: bc81370447104f3a3df4093cc97a4c7deb14bb67 [
file
] [
log
] [
blame
]
'use strict'
;
// in Node of course this is false
module
.
exports
=
function
isChromeApp
()
{
return
false
;
};