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

Commit

Permalink
adding jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
tymondesigns committed Jun 20, 2015
1 parent 8275723 commit d3fe315
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/angular-locker.js
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@
// no need to create a new instance if the driver is the same
if (driver === this._options.driver) return this;

return this.instance(angular.extend(this._options, { driver: _value(driver) }));
return this.instance(angular.extend(this._options, { driver: driver }));
},

/**
Expand All @@ -655,7 +655,7 @@
// no need to create a new instance if the namespace is the same
if (namespace === this._namespace) return this;

return this.instance(angular.extend(this._options, { namespace: _value(namespace) }));
return this.instance(angular.extend(this._options, { namespace: namespace }));
},

/**
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-locker.min.js

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

Loading

0 comments on commit d3fe315

Please sign in to comment.