X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/324bfe12fcbabe4da96256dd98bc16da5be3ab82..a30654944f1af2db12a3fc1b7b1bfbd223f4f76c:/src/smartxml/events.js?ds=inline diff --git a/src/smartxml/events.js b/src/smartxml/events.js new file mode 100644 index 0000000..c5e84c4 --- /dev/null +++ b/src/smartxml/events.js @@ -0,0 +1,18 @@ +define([ + +], function() { + +'use strict'; + + +var ChangeEvent = function(type, meta) { + this.type = type; + this.meta = meta; +}; + + +return { + ChangeEvent: ChangeEvent +}; + +}); \ No newline at end of file