Skip to content

Commit 851acfe

Browse files
May HartovMay Hartov
authored andcommitted
Merged PR 36457: fixed syntax to support playground -IE
fixed syntax to support playground -IE
1 parent a0f6cf0 commit 851acfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/v2-demo/scripts/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ function elementClicked(element) {
157157
}
158158

159159
function SetAuthoringPageActive(report) {
160-
return new Promise((resolve, reject) => {
160+
return new Promise(function(resolve, reject) {
161161

162162
// Get all report pages
163163
report.getPages().then(function (pages) {

0 commit comments

Comments
 (0)