Skip to content
This repository has been archived by the owner on Mar 8, 2021. It is now read-only.

Commit

Permalink
patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
tymondesigns committed Jan 19, 2015
1 parent f1e78a2 commit 27db69c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ http://www.jsdelivr.com/#!angular.locker

Simply download the zip file [HERE](https://github.com/tymondesigns/angular-locker/archive/master.zip) and include `dist/angular-locker.min.js` in your project.

1.75 kB Minified & gzipped.
1.76 kB Minified & gzipped.

<h2 id="usage">Usage</h2>

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-locker",
"version": "1.1.0",
"version": "1.1.1",
"homepage": "https://github.com/tymondesigns/angular-locker",
"authors": [
"Sean Tymon <tymon148@gmail.com>"
Expand Down
4 changes: 2 additions & 2 deletions dist/angular-locker.js
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@
* @return {self}
*/
driver: function (driver) {
return new Locker(driver, this._namespace, this._eventsEnabled);
return new Locker(driver, this._namespace, this._eventsEnabled, this._separator);
},

/**
Expand All @@ -598,7 +598,7 @@
* @return {self}
*/
namespace: function (namespace) {
return new Locker(this._deriveDriver(this._driver), namespace, this._eventsEnabled);
return new Locker(this._deriveDriver(this._driver), namespace, this._eventsEnabled, this._separator);
},

/**
Expand Down
4 changes: 2 additions & 2 deletions dist/angular-locker.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/angular-locker.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-locker",
"version": "1.1.0",
"version": "1.1.1",
"description": "A simple & configurable abstraction for local/session storage in angular projects",
"author": "@tymondesigns",
"license": "MIT",
Expand Down

0 comments on commit 27db69c

Please sign in to comment.