diff options
Diffstat (limited to 'public/javascripts/shadowbox/adapters/README')
| -rw-r--r-- | public/javascripts/shadowbox/adapters/README | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/public/javascripts/shadowbox/adapters/README b/public/javascripts/shadowbox/adapters/README deleted file mode 100644 index 5083961..0000000 --- a/public/javascripts/shadowbox/adapters/README +++ /dev/null | |||
| @@ -1,11 +0,0 @@ | |||
| 1 | A Shadowbox "adapter" is a small helper file that makes it easy to use | ||
| 2 | Shadowbox with a given JavaScript framework. Since most JavaScript frameworks | ||
| 3 | tend to contain a basic set of very similar functions (for retrieving style | ||
| 4 | information on elements or handling events, for example) it is not necessary to | ||
| 5 | tie Shadowbox to a particular framework. Instead, the adapter can use the | ||
| 6 | underlying framework that is already loaded on the page to reuse some of the | ||
| 7 | code. | ||
| 8 | |||
| 9 | If you do not see an adapter for your favorite framework in this directory, feel | ||
| 10 | free to create your own and implement the same interface as the others. It may | ||
| 11 | then be used the same as you would use any other. | ||
