1
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
var staticStrUndefined = require('./staticStrUndefined')
|
||||
|
||||
/* eslint-disable valid-typeof */
|
||||
var staticLocation = typeof location === staticStrUndefined ? 0 : location
|
||||
|
||||
module.exports = staticLocation
|
||||
Reference in New Issue
Block a user