Don't remove frame container in tests

This commit is contained in:
MoyuScript 2014-10-12 20:32:10 +03:00
parent 034e0663e6
commit 4836aa343c

View File

@ -120,7 +120,8 @@ var h2cSelector, h2cOptions;
logging: true, logging: true,
profile: true, profile: true,
proxy: "http://localhost:8082", proxy: "http://localhost:8082",
useCORS: false useCORS: false,
removeContainer: false
}, h2cOptions)); }, h2cOptions));
}; };