Fix regression bug

This commit is contained in:
Sebastiaan Janssen
2012-09-30 06:46:08 -02:00
parent 5f12767f48
commit e3abd49276

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