Merge pull request #5088 from Snuffleupagus/stop-including-cidmaps.js

Stop including cidmaps.js
This commit is contained in:
Yury Delendik 2014-07-25 17:31:09 -05:00
commit 1e52c770d9
3 changed files with 5 additions and 6955 deletions

File diff suppressed because it is too large Load Diff

View File

@ -14,12 +14,11 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
/* globals assert, bytesToString, CIDToUnicodeMaps, error, ExpertCharset, /* globals FONT_IDENTITY_MATRIX, FontType, warn, GlyphsUnicode, error, string32,
ExpertSubsetCharset, FileReaderSync, GlyphsUnicode, info, isArray, readUint32, stringToArray, Stream, FontRendererFactory, shadow,
isNum, ISOAdobeCharset, Stream, stringToArray, stringToBytes, bytesToString, info, assert, IdentityCMap, Name, CMapFactory, PDFJS,
string32, TextDecoder, warn, Lexer, Util, FONT_IDENTITY_MATRIX, isNum, Lexer, isArray, ISOAdobeCharset, ExpertCharset,
FontRendererFactory, shadow, isString, IdentityCMap, Name, ExpertSubsetCharset, Util */
CMapFactory, PDFJS, readUint32, FontType */
'use strict'; 'use strict';

View File

@ -31,7 +31,6 @@ var otherFiles = [
'core/core.js', 'core/core.js',
'core/obj.js', 'core/obj.js',
'core/charsets.js', 'core/charsets.js',
'core/cidmaps.js',
'core/annotation.js', 'core/annotation.js',
'core/function.js', 'core/function.js',
'core/colorspace.js', 'core/colorspace.js',