Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
- Doc for contexts
  • Loading branch information
tj committed Feb 19, 2009
1 parent 5f5f61b commit 75409e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.rdoc
Expand Up @@ -100,7 +100,9 @@ Custom contexts can be applied to supply helper
methods or properties to all subsequent bodies (other hooks, or specs).

In most cases the default context will suffice, in combination with the
'this' keyword.
'this' keyword. Keep in mind that when replacing the default context
you will loose functionality provided by it, unless you manually merge it
into your custom context.

...
before
Expand Down
1 change: 0 additions & 1 deletion lib/jspec.jquery.js
@@ -1,7 +1,6 @@

// TODO: fix stupid sizzle bug
// TODO: have_attr('attr', value)
// TODO: have_css('prop', value)
// TODO: ajax
// TODO: events etc

Expand Down

0 comments on commit 75409e0

Please sign in to comment.