diff --git a/apps/common/main/lib/component/DataView.js b/apps/common/main/lib/component/DataView.js index b0163ed31..65335e605 100644 --- a/apps/common/main/lib/component/DataView.js +++ b/apps/common/main/lib/component/DataView.js @@ -299,7 +299,8 @@ define([ this.cmpEl = $(this.template({ groups: me.groups ? me.groups.toJSON() : null, style: me.style, - cls: me.cls + cls: me.cls, + options: me.options })); parentEl.html(this.cmpEl); @@ -308,7 +309,8 @@ define([ this.cmpEl.html(this.template({ groups: me.groups ? me.groups.toJSON() : null, style: me.style, - cls: me.cls + cls: me.cls, + options: me.options })); } @@ -506,7 +508,8 @@ define([ $(this.el).html(this.template({ groups: this.groups ? this.groups.toJSON() : null, style: this.style, - cls: this.cls + cls: this.cls, + options: this.options })); if (!_.isUndefined(this.scroller)) { diff --git a/apps/common/main/lib/component/ListView.js b/apps/common/main/lib/component/ListView.js index 67b3824ba..f796d38bb 100644 --- a/apps/common/main/lib/component/ListView.js +++ b/apps/common/main/lib/component/ListView.js @@ -59,7 +59,7 @@ define([ }, template: _.template([ - '
' + '
data-hint="<%= options.dataHint %>" <% } if (options.dataHintDirection) { %> data-hint-direction="<%= options.dataHintDirection %>" <% } if (options.dataHintOffset) { %> data-hint-offset="<%= options.dataHintOffset %>" <% } %>>
' ].join('')), onResetItems : function() { diff --git a/apps/documenteditor/main/index.html.deploy b/apps/documenteditor/main/index.html.deploy index 8209b552c..036f0d85a 100644 --- a/apps/documenteditor/main/index.html.deploy +++ b/apps/documenteditor/main/index.html.deploy @@ -230,6 +230,7 @@ + diff --git a/apps/presentationeditor/main/index.html.deploy b/apps/presentationeditor/main/index.html.deploy index cd5b37de4..96809ee01 100644 --- a/apps/presentationeditor/main/index.html.deploy +++ b/apps/presentationeditor/main/index.html.deploy @@ -264,6 +264,7 @@ + diff --git a/apps/spreadsheeteditor/main/app/view/Spellcheck.js b/apps/spreadsheeteditor/main/app/view/Spellcheck.js index 0264df328..f5486fa58 100644 --- a/apps/spreadsheeteditor/main/app/view/Spellcheck.js +++ b/apps/spreadsheeteditor/main/app/view/Spellcheck.js @@ -60,7 +60,7 @@ define([ '
', '
', '
', - '', + '', '', '
', '