diff options
author | Ascrod <32915892+Ascrod@users.noreply.github.com> | 2019-04-25 20:08:17 -0400 |
---|---|---|
committer | Ascrod <32915892+Ascrod@users.noreply.github.com> | 2019-04-27 07:43:12 -0400 |
commit | 945b03265637bc8bf5bcd960909d1e8a4ddd5440 (patch) | |
tree | 0eba8090ed198c1d076565d86dd21ad08dcca5f5 /toolkit/components/reader/Readerable.jsm | |
parent | ccc4363462053edfc9cf616afa7f86b3244aaff6 (diff) | |
download | UXP-945b03265637bc8bf5bcd960909d1e8a4ddd5440.tar UXP-945b03265637bc8bf5bcd960909d1e8a4ddd5440.tar.gz UXP-945b03265637bc8bf5bcd960909d1e8a4ddd5440.tar.lz UXP-945b03265637bc8bf5bcd960909d1e8a4ddd5440.tar.xz UXP-945b03265637bc8bf5bcd960909d1e8a4ddd5440.zip |
Update surrounding code for new Readerable module. Tag #361.
Diffstat (limited to 'toolkit/components/reader/Readerable.jsm')
-rw-r--r-- | toolkit/components/reader/Readerable.jsm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/toolkit/components/reader/Readerable.jsm b/toolkit/components/reader/Readerable.jsm new file mode 100644 index 000000000..2268487e4 --- /dev/null +++ b/toolkit/components/reader/Readerable.jsm @@ -0,0 +1,10 @@ +// -*- indent-tabs-mode: nil; js-indent-level: 2 -*- +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this file, + * You can obtain one at http://mozilla.org/MPL/2.0/. */ +"use strict"; + +var EXPORTED_SYMBOLS = ["Readerable"]; + +#include Readability-readerable.js +#include Readerable.js |