wip: lists + uri extensions
[fnpeditor.git] / src / wlxml / extensions / uri.js
1 define(function() {
2     
3 'use strict';
4
5 return {
6     className: 'uri',
7     attributes: {uri: {type: 'string'}}
8 };
9
10 });