Rename framework module.

This commit is contained in:
Paulo Veiga
2011-09-06 10:01:48 -03:00
parent 1b2c7b1ce2
commit 6468f6f0bc
9 changed files with 33 additions and 33 deletions

View File

@@ -33,8 +33,8 @@
//Google-Brix framework load callback function
collabOnLoad = function() {
isGoogleBrix = true;
if (typeof mindplot != "undefined") {
mindplot.collaboration.frameworks.brix.BrixFramework.instanciate();
if ($defined(mindplot) && $defined(mindplot.collaboration) && $defined(mindplot.collaboration.framework)) {
mindplot.collaboration.framework.brix.BrixFramework.instanciate();
}
};
</script>