X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/8464a511c74dff643095ce419659df60b0580b7a..2ceaf44955f0f54fa0336978586bb8d9f4d7890b:/src/wlxml/extensions/uri.js diff --git a/src/wlxml/extensions/uri.js b/src/wlxml/extensions/uri.js new file mode 100644 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