Packages PDFViewer as a UI component.

This commit is contained in:
Yury Delendik 2014-09-30 12:22:38 -05:00
parent a10fde165c
commit b16a406f3a
8 changed files with 221 additions and 7 deletions

View file

@ -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) {},
};
/**