Move CustomStyle.

This commit is contained in:
Yury Delendik 2015-11-09 19:24:15 -06:00
parent 467c6f93b5
commit 2f34fd46cb
11 changed files with 87 additions and 55 deletions

View file

@ -12,7 +12,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/*globals PDFJS, CustomStyle, mozL10n, SimpleLinkService */
/*globals PDFJS, mozL10n, SimpleLinkService */
'use strict';
@ -27,6 +27,8 @@
* @class
*/
var AnnotationsLayerBuilder = (function AnnotationsLayerBuilderClosure() {
var CustomStyle = PDFJS.CustomStyle;
/**
* @param {AnnotationsLayerBuilderOptions} options
* @constructs AnnotationsLayerBuilder