wip: lists + uri extensions
[fnpeditor.git] / src / wlxml / extensions / uri.js
diff --git a/src/wlxml/extensions/uri.js b/src/wlxml/extensions/uri.js
new file mode 100644 (file)
index 0000000..ec8f939
--- /dev/null
@@ -0,0 +1,10 @@
+define(function() {
+    
+'use strict';
+
+return {
+    className: 'uri',
+    attributes: {uri: {type: 'string'}}
+};
+
+});
\ No newline at end of file