From 0045a4fb255bb60d218636c4dc98f65b9bcb8a7e Mon Sep 17 00:00:00 2001 From: juanf <juanf> Date: Fri, 18 Jul 2014 08:11:41 +0000 Subject: [PATCH] SSDM-616: Misspell fix SVN: 32101 --- .../as/webapps/newbrowser/html/js/config/CiaudoLabProfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/config/CiaudoLabProfile.js b/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/config/CiaudoLabProfile.js index be114173df3..94a4e947aa1 100644 --- a/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/config/CiaudoLabProfile.js +++ b/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/config/CiaudoLabProfile.js @@ -1,9 +1,9 @@ -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); -- GitLab