| Index: Source/core/testing/PartialPrivateScriptTest.js
|
| diff --git a/Source/core/testing/PartialPrivateScriptTest.js b/Source/core/testing/PartialPrivateScriptTest.js
|
| index 6f36dee43d94686d04f7a16ab1c42200db3a97c5..9d15b5e8553c1edc775a90b949bec1a7b009913c 100644
|
| --- a/Source/core/testing/PartialPrivateScriptTest.js
|
| +++ b/Source/core/testing/PartialPrivateScriptTest.js
|
| @@ -4,7 +4,7 @@
|
|
|
| "use strict";
|
|
|
| -installClass("PrivateScriptTest", function(PrivateScriptTestPrototype) {
|
| +privateScriptController.installClass("PrivateScriptTest", function(PrivateScriptTestPrototype) {
|
|
|
| PrivateScriptTestPrototype.addIntegerInPartial = function(value1, value2) {
|
| return value1 + value2;
|
|
|