Skip to content

Commit

Permalink
fix(example): update wording and use constant
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanebachelier committed Feb 27, 2015
1 parent 65ea5d2 commit b526e93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/main.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
(function(Backbone, $, _) {
'use strict';

// Set driver (optional, but we use localforage here so developers
// Set driver (optional, but we use localstorage here so developers
// can more easily inspect it).
localforage.setDriver('localStorageWrapper');
localforage.setDriver(localforage.LOCALSTORAGE);

// We store offline data inside a collection. This is how we tell
// a model/collection to store data offline with localForage.
Expand Down

0 comments on commit b526e93

Please sign in to comment.