fnp
/
fnpeditor.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
ec8f9391ed09028c88868707bf9d82485868abe4
[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
});