fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
smartxml: Don't preprare for undo if it's obvious it will never come
[fnpeditor.git]
/
src
/
wlxml
/
extensions
/
uri.js
diff --git
a/src/wlxml/extensions/uri.js
b/src/wlxml/extensions/uri.js
index
ec8f939
..
88e3f66
100644
(file)
--- a/
src/wlxml/extensions/uri.js
+++ b/
src/wlxml/extensions/uri.js
@@
-2,9
+2,12
@@
define(function() {
'use strict';
-return {
- className: 'uri',
- attributes: {uri: {type: 'string'}}
-};
+var extenstion = {wlxmlClass: {uri: attributes: {
+ {
+ uri: {type: 'string'}
+ }
+}}}
+
+return extension;
});
\ No newline at end of file