1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-06-05 05:35:34 +02:00

Update debugbar.js

https://github.com/maximebf/php-debugbar/issues/14
This commit is contained in:
Vitaliy Ryepnoy 2013-08-29 13:55:08 +10:00
parent 70bd3f6d29
commit d0bdd1a98c

View File

@ -5,7 +5,7 @@ if (typeof(PhpDebugBar) == 'undefined') {
if (typeof(localStorage) == 'undefined') {
// provide mock localStorage object for dumb browsers
var localStorage = {
localStorage = {
setItem: function(key, value) {},
getItem: function(key) { return null; }
};