4 lines
88 B
JavaScript
4 lines
88 B
JavaScript
dojo.addOnLoad(function() {
|
|
hash_set = function() { };
|
|
hash_get = function() { };
|
|
});
|