Skip to content

Commit d83cd97

Browse files
bump version 1.4.5
1 parent c56dc2d commit d83cd97

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-hotkeys",
3-
"version": "1.4.4",
3+
"version": "1.4.5",
44
"main": [
55
"build/hotkeys.min.js",
66
"build/hotkeys.min.css"

build/hotkeys.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* angular-hotkeys v1.4.4
2+
* angular-hotkeys v1.4.5
33
* https://chieffancypants.github.io/angular-hotkeys
44
* Copyright (c) 2014 Wes Cruver
55
* License: MIT

build/hotkeys.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* angular-hotkeys v1.4.4
2+
* angular-hotkeys v1.4.5
33
* https://chieffancypants.github.io/angular-hotkeys
44
* Copyright (c) 2014 Wes Cruver
55
* License: MIT
@@ -450,8 +450,8 @@
450450
*/
451451
function bindTo (scope) {
452452
// Only initialize once to allow multiple calls for same scope.
453-
if(!(scope.$id in boundScopes)){
454-
453+
if (!(scope.$id in boundScopes)) {
454+
455455
// Add the scope to the list of bound scopes
456456
boundScopes[scope.$id] = [];
457457

build/hotkeys.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/hotkeys.min.js

Lines changed: 1 addition & 1 deletion
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,7 +1,7 @@
11
{
22
"name": "angular-hotkeys",
33
"author": "Wes Cruver",
4-
"version": "1.4.4",
4+
"version": "1.4.5",
55
"license": "MIT",
66
"description": "Automatic keyboard shortcuts for your Angular Apps",
77
"homepage": "https://chieffancypants.github.io/angular-hotkeys",

0 commit comments

Comments
 (0)