fnp
/
fnpeditor.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Linting, cleanup, removing unused code
[fnpeditor.git]
/
src
/
wlxml
/
extensions
/
uri.js
1
define(function() {
2
3
'use strict';
4
5
var extenstion = {wlxmlClass: {uri: attributes: {
6
{
7
uri: {type: 'string'}
8
}
9
}}}
10
11
return extension;
12
13
});