@ -962,9 +962,11 @@ var TextLayerBuilder = function textLayerBuilder(textLayerDiv) {
@@ -962,9 +962,11 @@ var TextLayerBuilder = function textLayerBuilder(textLayerDiv) {
vartextLayerDiv=this.textLayerDiv;
varrenderTimer=null;
varrenderingDone=false;
varrenderInterval=0;
varresumeInterval=500;// in ms
// Render the text layer, one div at a time
varrenderTextLayer=functiontextLayerRender(){
functionrenderTextLayer(){
if(textDivs.length===0){
clearInterval(renderTimer);
renderingDone=true;
@ -980,21 +982,16 @@ var TextLayerBuilder = function textLayerBuilder(textLayerDiv) {
@@ -980,21 +982,16 @@ var TextLayerBuilder = function textLayerBuilder(textLayerDiv) {
@ -1002,10 +999,12 @@ var TextLayerBuilder = function textLayerBuilder(textLayerDiv) {
@@ -1002,10 +999,12 @@ var TextLayerBuilder = function textLayerBuilder(textLayerDiv) {