瀏覽代碼

ECLPlayground: IE7 + IE8 Loading Issue.

Page failed to load while initialising the target drop down box.

Fixes gh-2821

Signed-off-by: Gordon Smith <gordon.smith@lexisnexis.com>
Gordon Smith 13 年之前
父節點
當前提交
3bb05d22b3
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      esp/files/ECLPlayground.js

+ 2 - 1
esp/files/ECLPlayground.js

@@ -155,7 +155,8 @@ define([
 			},
 
 			initTargets = function () {
-				var base = new ESPBase();
+				var base = new ESPBase({
+				});
 				var request = {
 					rawxml_: true
 				};