diff --git a/index.html b/index.html index e2d37457..4b7aa471 100644 --- a/index.html +++ b/index.html @@ -295,6 +295,7 @@
+ syncmodel.sync(method, model, [options])
+
+ Uses Backbone.sync to persist the state of a model to
+ the server. Can be overridden for custom behavior.
+
fetchmodel.fetch([options])
@@ -1407,6 +1416,13 @@ var collection = new Backbone.Collection([
alert(JSON.stringify(collection));
+
+ synccollection.sync(method, collection, [options])
+
+ Uses Backbone.sync to persist the state of a
+ collection to the server. Can be overridden for custom behavior.
+
Underscore Methods (28)
@@ -2881,22 +2897,22 @@ var model = localBackbone.Model.extend(...);
-
+
- Inkling is a truly
- cross-platform way to publish interactive learning content.
- Inkling for Web uses Backbone.js
- to make hundreds of complex books — from textbooks to travel guides — more
- engaging on the web. Beyond your average EPUB eReader, Inkling supports
- WebGL-enabled 3D graphics, interactive assessments, seamless social sharing,
- and even a music player, all within a single page Backbone-driven app.
- Early on, the team decided to keep the site lightweight by using only
- Backbone.js and raw JavaScript. The result? Complete source code weighing
- in at a mere 350kb with feature-parity across the iPad, iPhone and web
- clients. The
- free chapter
+ Inkling is a truly
+ cross-platform way to publish interactive learning content.
+ Inkling for Web uses Backbone.js
+ to make hundreds of complex books — from textbooks to travel guides — more
+ engaging on the web. Beyond your average EPUB eReader, Inkling supports
+ WebGL-enabled 3D graphics, interactive assessments, seamless social sharing,
+ and even a music player, all within a single page Backbone-driven app.
+ Early on, the team decided to keep the site lightweight by using only
+ Backbone.js and raw JavaScript. The result? Complete source code weighing
+ in at a mere 350kb with feature-parity across the iPad, iPhone and web
+ clients. The
+ free chapter
in every book makes it easy for anyone to try it out and take a look.
-
+
- Easel is an in-browser, high fidelity web - design tool that integrates with your design and development - process. The Easel team uses CoffeeScript, Underscore.js and Backbone.js for - their rich visual editor as well as other - management functions throughout the site. The structure of Backbone allowed - the team to break the complex problem of building a visual editor into + Easel is an in-browser, high fidelity web + design tool that integrates with your design and development + process. The Easel team uses CoffeeScript, Underscore.js and Backbone.js for + their rich visual editor as well as other + management functions throughout the site. The structure of Backbone allowed + the team to break the complex problem of building a visual editor into manageable components and still move quickly.