Merge pull request #10393 from timvandermeij/document

Convert `src/core/document.js` to ES6 syntax
This commit is contained in:
Tim van der Meij 2018-12-30 14:23:38 +01:00 committed by GitHub
commit 7c080584b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 546 additions and 545 deletions

View File

@ -12,6 +12,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/* eslint no-var: error */
import {
arrayByteLength, arraysToBytes, createPromiseCapability, isEmptyObj,

File diff suppressed because it is too large Load Diff