1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-22 16:18:08 +02:00

Fix missing bidi for extension.

This commit is contained in:
Brendan Dahl 2012-02-23 09:21:35 -08:00
parent 676e575a52
commit d0143cc289
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
'use strict';
var bidi = (function bidiClosure() {
var bidi = PDFJS.bidi = (function bidiClosure() {
// Character types for symbols from 0000 to 00FF.
var baseTypes = [
'BN', 'BN', 'BN', 'BN', 'BN', 'BN', 'BN', 'BN', 'BN', 'S', 'B', 'S', 'WS',