wlxml/editor: rename class uri to link
[fnpeditor.git] / src / wlxml / wlxml.js
index 7f6e931..820b95f 100644 (file)
@@ -286,8 +286,8 @@ $.extend(WLXMLDocument.prototype, {
 });
 
 var wlxmlClasses = {
-    'uri': {
-        attrs: {uri: {type: 'string'}}
+    'link': {
+        attrs: {href: {type: 'string'}}
     }
 };