(s)
| 5404 | |
| 5405 | init: function() { |
| 5406 | var g = function(s) { |
| 5407 | storagePermission.hasPermission = s; |
| 5408 | if (D) console.log("bg: storagePermission: hasPermission = " + s) |
| 5409 | }; |
| 5410 | permission.has(permission.permStorage, g); |
| 5411 | }, |
| 5412 |
nothing calls this directly
no outgoing calls
no test coverage detected