[Pkg-javascript-commits] [backbone] 49/173: fixed typo
Jonas Smedegaard
dr at jones.dk
Wed Aug 31 07:44:01 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository backbone.
commit 1562e5f5ac2cfe2b3b0495770efd72a93caf39e4
Author: juan gabriel ramirez <tuxgabo at gmail.com>
Date: Thu Nov 5 10:27:44 2015 -0500
fixed typo
---
examples/backbone.localStorage.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/backbone.localStorage.js b/examples/backbone.localStorage.js
index 0aab247..4ca7fe0 100644
--- a/examples/backbone.localStorage.js
+++ b/examples/backbone.localStorage.js
@@ -35,7 +35,7 @@ function guid() {
// Our Store is represented by a single JS object in *localStorage*. Create it
// with a meaningful name, like the name you'd give a table.
-// window.Store is deprectated, use Backbone.LocalStorage instead
+// window.Store is deprecated, use Backbone.LocalStorage instead
Backbone.LocalStorage = window.Store = function(name) {
this.name = name;
var store = this.localStorage().getItem(this.name);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/backbone.git
More information about the Pkg-javascript-commits
mailing list