Skip to content

Commit bbd3d91

Browse files
committed
update (c) years
1 parent 1c717fb commit bbd3d91

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
1+
Copyright (C) 2011-2014 Hakim El Hattab, http://hakim.se
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Enables a minimal JS API for zooming in on specific points or DOM elements.
1111
#### Zoom in on an element:
1212

1313
```
14-
zoom.to({
15-
element: document.querySelector( 'img' )
14+
zoom.to({
15+
element: document.querySelector( 'img' )
1616
});
1717
```
1818

@@ -44,4 +44,4 @@ Enables a minimal JS API for zooming in on specific points or DOM elements.
4444

4545
MIT licensed
4646

47-
Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
47+
Copyright (C) 2011-2014 Hakim El Hattab, http://hakim.se

js/zoom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* http://lab.hakim.se/zoom-js
44
* MIT licensed
55
*
6-
* Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
6+
* Copyright (C) 2011-2014 Hakim El Hattab, http://hakim.se
77
*/
88
var zoom = (function(){
99

0 commit comments

Comments
 (0)