Skip to content
Snippets Groups Projects
Commit 0045a4fb authored by juanf's avatar juanf
Browse files

SSDM-616: Misspell fix

SVN: 32101
parent 00f040a5
No related branches found
No related tags found
No related merge requests found
function CaiudoLabProfile(serverFacade) {
function CiaudoLabProfile(serverFacade) {
this.init(serverFacade);
}
$.extend(CiaudolLabProfile.prototype, DefaultProfile.prototype, {
$.extend(CiaudoLabProfile.prototype, DefaultProfile.prototype, {
init: function(serverFacade){
DefaultProfile.prototype.init.call(this, serverFacade);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment