Project

General

Profile

Download (178 Bytes) Statistics
| Branch: | Revision:
1
dojo.provide('steam2.log');
2

    
3
steam2.DEBUG = true;
4
steam2.log = function(){
5
  if(steam2.DEBUG && typeof console != 'undefined'){
6
    console.log([].slice.call(arguments));
7
  }
8
};
(10-10/14)