Skip to content

Commit

Permalink
Bump version to 0.7.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanve committed Apr 6, 2013
1 parent afad2e8 commit e0ac5f1
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ Response.crossover(function() {

Response.affix(arr, prefix, suffix) // create copy of arr w prefix and/or suffix added to each value
Response.each(arr, callback [, thisArg]) // arrays/arr-like objs (this defaults to curr item @since 0.7.0)
Response.map(arr, callback [, thisArg]) // works like [].map
Response.map(arr, callback [, thisArg]) // similar to [].map
Response.merge(base, adds) // merge adds into base (either can be array or object)
Response.object(parent) // uses native Object.create (w/ polyfill support for 1st arg)
Response.route(item, fn, [, thisArg]) // handler for accepting args as singles or collections
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "response.js",
"description": "responsive design toolkit",
"version": "0.7.3",
"version": "0.7.8",
"homepage": "http://responsejs.com",
"author": "Ryan Van Etten <@ryanve>",
"keywords": ["responsive", "jquery", "javascript", "js"],
Expand Down
38 changes: 19 additions & 19 deletions response.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e0ac5f1

Please sign in to comment.