projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
e02c13b7f6a5e2932b3744306e0e9fb373a286cb
[platform/framework/web/crosswalk-tizen.git]
/
1
if ('undefined' == typeof window) {
2
module.exports = require('./lib/debug');
3
} else {
4
module.exports = require('./debug');
5
}