mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-04 15:09:16 +02:00
fix: missing comma
This commit is contained in:
parent
cc426ec7a6
commit
e5d1cd0d4e
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ EPUBJS.Render.Iframe = function() {
|
|||
//-- Build up any html needed
|
||||
EPUBJS.Render.Iframe.prototype.create = function(){
|
||||
this.element = document.createElement('div');
|
||||
this.element.id = "epubjs-view:" + this.id
|
||||
this.element.id = "epubjs-view:" + this.id;
|
||||
|
||||
this.isMobile = navigator.userAgent.match(/(iPad|iPhone|iPod|Mobile|Android)/g);
|
||||
this.transform = EPUBJS.core.prefixed('transform');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue