DO NOT DOWNLOAD. DOWNLOAD LATEST STABLE FROM RELEASE TAB
removing more debugging code [TFS Changeset #59848]
This commit is contained in:
@@ -120,14 +120,10 @@ Umbraco.Sys.registerNamespace("Umbraco.Application");
|
||||
},
|
||||
set_isDirty: function(value) {
|
||||
this._isDirty = value;
|
||||
},
|
||||
setUp: function() {
|
||||
Sys.Debug.traceDump(this.mainTree().find('a'));
|
||||
}
|
||||
}
|
||||
}
|
||||
})(jQuery);
|
||||
|
||||
//define alias for use throughout application
|
||||
var UmbClientMgr = new Umbraco.Application.ClientManager();
|
||||
UmbClientMgr.setUp();
|
||||
var UmbClientMgr = new Umbraco.Application.ClientManager();
|
||||
Reference in New Issue
Block a user