fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
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
+++ b/
src/wlxml/extensions/uri.js
@@ -0,0
+1,10
@@
+define(function() {
+
+'use strict';
+
+return {
+ className: 'uri',
+ attributes: {uri: {type: 'string'}}
+};
+
+});
\ No newline at end of file