1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-04 15:09:16 +02:00

Update display to accept percentages, handle getting location of collapsed ranges

This commit is contained in:
Fred Chasen 2016-11-23 20:47:07 +01:00
parent db798e7934
commit fb04ac2c25
10 changed files with 390 additions and 204 deletions

28
dist/polyfills.js vendored
View file

@ -76,7 +76,7 @@ return /******/ (function(modules) { // webpackBootstrap
/************************************************************************/
/******/ ({
/***/ 14:
/***/ 15:
/***/ function(module, exports, __webpack_require__) {
"use strict";
@ -709,7 +709,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
/***/ },
/***/ 15:
/***/ 16:
/***/ function(module, exports, __webpack_require__) {
/* WEBPACK VAR INJECTION */(function(process, global) {var require;/*!
@ -1871,11 +1871,11 @@ return Promise;
ES6Promise.polyfill();
//# sourceMappingURL=es6-promise.auto.map
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(4), __webpack_require__(35)))
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(5), __webpack_require__(4)))
/***/ },
/***/ 35:
/***/ 4:
/***/ function(module, exports) {
var g;
@ -1901,7 +1901,14 @@ module.exports = g;
/***/ },
/***/ 4:
/***/ 49:
/***/ function(module, exports) {
/* (ignored) */
/***/ },
/***/ 5:
/***/ function(module, exports) {
// shim for using process in browser
@ -2086,20 +2093,13 @@ process.chdir = function (dir) {
process.umask = function() { return 0; };
/***/ },
/***/ 49:
/***/ function(module, exports) {
/* (ignored) */
/***/ },
/***/ 51:
/***/ function(module, exports, __webpack_require__) {
__webpack_require__(15);
module.exports = __webpack_require__(14);
__webpack_require__(16);
module.exports = __webpack_require__(15);
/***/ }