Remove unused jasmine.DEFAULT_UPDATE_INTERVAL

This commit is contained in:
Sheel Choksi
2013-09-08 14:18:26 -07:00
parent f463e1f7aa
commit 03dfea967c
2 changed files with 0 additions and 2 deletions

View File

@@ -94,7 +94,6 @@ getJasmineRequireObj().base = function(j$) {
throw new Error("unimplemented method");
};
j$.DEFAULT_UPDATE_INTERVAL = 250;
j$.MAX_PRETTY_PRINT_DEPTH = 40;
j$.DEFAULT_TIMEOUT_INTERVAL = 5000;

View File

@@ -3,7 +3,6 @@ getJasmineRequireObj().base = function(j$) {
throw new Error("unimplemented method");
};
j$.DEFAULT_UPDATE_INTERVAL = 250;
j$.MAX_PRETTY_PRINT_DEPTH = 40;
j$.DEFAULT_TIMEOUT_INTERVAL = 5000;