Fixes U4-778 - Visualize XSLT is not working.

This commit is contained in:
sebastiaan
2012-09-15 08:32:25 -02:00
parent 394078d470
commit 247aa08d57

View File

@@ -57,7 +57,7 @@
xsltSnippet = UmbEditor.IsSimpleEditor
? jQuery("#<%= editorSource.ClientID %>").getSelection().text
: UmbEditor._editor.selection();
: UmbEditor._editor.getSelection();
if (xsltSnippet == '') {
xsltSnippet = UmbEditor.IsSimpleEditor