cc namespace

This commit is contained in:
Rolando Abarca 2013-01-16 14:07:51 -08:00
parent bc19f40239
commit a265120f4c
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
dbg = {};
cc = cc || {};
cc.log = log;
var breakpointHandler = {
hit: function (frame) {
var script = frame.script;