[mashup-dev] svn commit r9509 -
trunk/mashup/java/modules/www/js/wso2
svn at wso2.org
svn at wso2.org
Tue Nov 6 21:17:49 PST 2007
Author: tyrell
Date: Tue Nov 6 21:17:44 2007
New Revision: 9509
Modified:
trunk/mashup/java/modules/www/js/wso2/mashup-editor.js
Log:
Minor fix of syntax not getting highlighted after closing the editor and re-opening.
Modified: trunk/mashup/java/modules/www/js/wso2/mashup-editor.js
==============================================================================
--- trunk/mashup/java/modules/www/js/wso2/mashup-editor.js (original)
+++ trunk/mashup/java/modules/www/js/wso2/mashup-editor.js Tue Nov 6 21:17:44 2007
@@ -457,11 +457,7 @@
document.body.style.cursor = "default";
});
- }
- )
- ;
-
-
+ });
};
/**
@@ -554,6 +550,8 @@
var mashupEditorMask = document.getElementById("mashupEditor_mask");
mashupEditorMask.parentNode.removeChild(mashupEditorMask);
WSO2.MashupUtils.currentActiveModelDialog = null;
+ jsSyntaxHighlighted = false;
+ htmlSyntaxHighlighted = false;
};
if (val) {
More information about the Mashup-dev
mailing list