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

Commit 27db69c

Browse files
committed
patch release
1 parent f1e78a2 commit 27db69c

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ http://www.jsdelivr.com/#!angular.locker
5151

5252
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.
5353

54-
1.75 kB Minified & gzipped.
54+
1.76 kB Minified & gzipped.
5555

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

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-locker",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"homepage": "https://github.com/tymondesigns/angular-locker",
55
"authors": [
66
"Sean Tymon <tymon148@gmail.com>"

dist/angular-locker.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@
579579
* @return {self}
580580
*/
581581
driver: function (driver) {
582-
return new Locker(driver, this._namespace, this._eventsEnabled);
582+
return new Locker(driver, this._namespace, this._eventsEnabled, this._separator);
583583
},
584584

585585
/**
@@ -598,7 +598,7 @@
598598
* @return {self}
599599
*/
600600
namespace: function (namespace) {
601-
return new Locker(this._deriveDriver(this._driver), namespace, this._eventsEnabled);
601+
return new Locker(this._deriveDriver(this._driver), namespace, this._eventsEnabled, this._separator);
602602
},
603603

604604
/**

dist/angular-locker.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-locker.min.js.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-locker",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "A simple & configurable abstraction for local/session storage in angular projects",
55
"author": "@tymondesigns",
66
"license": "MIT",

0 commit comments

Comments
 (0)