Skip to content

Commit

Permalink
version bump, minor doc alts
Browse files Browse the repository at this point in the history
  • Loading branch information
jaz303 committed Sep 21, 2008
1 parent 10c9315 commit cb92b20
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/javascripts/jquery.boxy.js
@@ -1,5 +1,5 @@
/**
* Boxy 0.1.3 - Facebook-style dialog, with frills
* Boxy 0.1.4 - Facebook-style dialog, with frills
*
* (c) 2008 Jason Frame
* Licensed under the MIT License (LICENSE)
Expand All @@ -9,12 +9,10 @@
* jQuery plugin
*
* Options:
* cache: if true, data retrieved from AJAX calls will be cached. Inline data
* will always be cached as we need to stash it someplace outside the DOM
* to avoid having multiple elements with the same ID.
* message: confirmation message for form submit hook (default: "Please confirm:")
* method: AJAX method to use for loading remote content (default: GET)
* (any leftover options - e.g. 'clone' - will be passed onto the boxy constructor)
*
* Any other options - e.g. 'clone' - will be passed onto the boxy constructor (or
* Boxy.load for AJAX operations)
*/
jQuery.fn.boxy = function(options) {
options = options || {};
Expand Down

0 comments on commit cb92b20

Please sign in to comment.