diff options
| author | 2017-02-01 11:18:05 +0000 | |
|---|---|---|
| committer | 2017-02-01 11:18:05 +0000 | |
| commit | b1ac8db3f8c3d8f393701a2f644a85cb44e7c24d (patch) | |
| tree | 5ebcaba65a09d2047bc0126fe68dd633b345158c /implementors/plist/trait.EventWriter.js | |
| download | rust-plist-gh-pages.tar.bz2 | |
Documentation for ebarnard/rust-plist@bf6b567gh-pages
Diffstat (limited to 'implementors/plist/trait.EventWriter.js')
| -rw-r--r-- | implementors/plist/trait.EventWriter.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/implementors/plist/trait.EventWriter.js b/implementors/plist/trait.EventWriter.js new file mode 100644 index 0000000..de2b89e --- /dev/null +++ b/implementors/plist/trait.EventWriter.js @@ -0,0 +1,10 @@ +(function() {var implementors = {}; +implementors["plist"] = []; + + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } + +})() |
