mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 07:48:38 +09:00
Update surrounding code for new Readerable module. Tag #361.
This commit is contained in:
parent
5252a0779a
commit
85caaf571c
5 changed files with 138 additions and 110 deletions
10
toolkit/components/reader/Readerable.jsm
Normal file
10
toolkit/components/reader/Readerable.jsm
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue