Don't remove frame container in tests

This commit is contained in:
Niklas von Hertzen 2014-10-12 20:32:10 +03:00
parent 541f6a62d8
commit 717f69d99a

View File

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