removing jasmine.VERBOSE - not used

This commit is contained in:
Davis W. Frank
2012-12-08 12:02:42 -08:00
parent 668dd784ef
commit 30bf565e69
3 changed files with 11 additions and 15 deletions

View File

@@ -16,6 +16,12 @@
* Finish killing Globals
* Guidelines: everything that isn't a CTOR should be closed inside `Env`, and everything that is a CTOR needs to be `new`ed inside the `Env`
* Spies
* isA functions:
* isArray_ - used in matchers and spies
* isString_
* isDOMNode_
* isA_
* unimplementedMethod_, used by PrettyPrinter
* jasmine.util should be util closure inside of env or something
* argsToArray is used for Spies and matching
* inherit is for how matchers are added/mixed in, reporters, and pretty printers