Показать сообщение отдельно
  #4 (permalink)  
Старый 28.12.2011, 15:49
sinistral
Посмотреть профиль Найти все сообщения от melky
 
Регистрация: 28.03.2011
Сообщений: 5,418

window.nya = new function(){
    var cache = {};
    this.getCache = function(){
        return cache;
    };
};

alert([ typeof nya.getCache(), typeof nya.cache, typeof cache ]); // obj, undef, undef.
Ответить с цитированием