(u)
| 3118 | // } |
| 3119 | // : function(a) { return btou(_atob(a)) }; |
| 3120 | var _decode = function (u) { |
| 3121 | return btou(_atob(u)) |
| 3122 | } |
| 3123 | this.decode = function (a) { |
| 3124 | return _decode( |
| 3125 | String(a).replace(/[-_]/g, function (m0) { return m0 == '-' ? '+' : '/' }) |
no test coverage detected
searching dependent graphs…