Packages PDFViewer as a UI component.
This commit is contained in:
parent
a10fde165c
commit
b16a406f3a
8 changed files with 221 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
||||
/* Copyright 2012 Mozilla Foundation
|
||||
/* Copyright 2014 Mozilla Foundation
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
@ -47,6 +47,10 @@ IPDFLinkService.prototype = {
|
|||
* @param {string} hash
|
||||
*/
|
||||
setHash: function (hash) {},
|
||||
/**
|
||||
* @param {string} action
|
||||
*/
|
||||
executeNamedAction: function (action) {},
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue