https://github.com/pouchdb/pouchdb-extend
Extends method taken from JQuery 1.9.0 for use in PouchDB (DEPRECATED)
https://github.com/pouchdb/pouchdb-extend
Last synced: 4 months ago
JSON representation
Extends method taken from JQuery 1.9.0 for use in PouchDB (DEPRECATED)
- Host: GitHub
- URL: https://github.com/pouchdb/pouchdb-extend
- Owner: pouchdb
- Created: 2014-05-23T05:19:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-03-07T07:15:53.000Z (almost 9 years ago)
- Last Synced: 2024-12-26T04:03:37.792Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 8
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
pouchdb-extend
===============
Deprecation notice
---
As of PouchDB commit [f17d58](https://github.com/pouchdb/pouchdb/commit/f17d58a95941e7f2bb8d2505800decbe0435cf0f), this project is deprecated. PouchDB now has a custom `extend()` function that is inside of PouchDB itself.
You can still use this repo and that's fine, but it's not a requirement for using PouchDB or writing PouchDB plugins. Feel free to use whatever `extend()` you like!
Original docs follow.
Original docs
-----
extend() method taken from JQuery 1.9.0 for use in PouchDB
We use this because other extend libraries have been shown
to not play nicely with Ember.js and IndexedDB
(see [pouchdb/pouchdb#2158](https://github.com/pouchdb/pouchdb/issues/2158)).