Skip to content

Commit 6cf7df8

Browse files
committed
0.9.5
1 parent a1bb3b1 commit 6cf7df8

File tree

12 files changed

+16
-14
lines changed

12 files changed

+16
-14
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = function(grunt) {
1111
' * http://lab.hakim.se/ladda\n' +
1212
' * MIT licensed\n' +
1313
' *\n' +
14-
' * Copyright (C) 2014 Hakim El Hattab, http://hakim.se\n' +
14+
' * Copyright (C) 2015 Hakim El Hattab, http://hakim.se\n' +
1515
' */'
1616
},
1717

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2014 Hakim El Hattab, http://hakim.se
1+
Copyright (C) 2015 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,4 +138,4 @@ The project is tested in Chrome and Firefox. It Should Work™ in the current st
138138

139139
MIT licensed
140140

141-
Copyright (C) 2014 Hakim El Hattab, http://hakim.se
141+
Copyright (C) 2015 Hakim El Hattab, http://hakim.se

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ladda",
3-
"version": "0.9.4",
3+
"version": "0.9.5",
44
"main": [
55
"./dist/ladda.min.js",
66
"./dist/ladda.min.css"

css/ladda.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* http://lab.hakim.se/ladda
44
* MIT licensed
55
*
6-
* Copyright (C) 2014 Hakim El Hattab, http://hakim.se
6+
* Copyright (C) 2015 Hakim El Hattab, http://hakim.se
77
*/
88

99

dist/ladda-themeless.min.css

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

dist/ladda.jquery.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
* http://lab.hakim.se/ladda
44
* MIT licensed
55
*
6-
* Copyright (C) 2014 Hakim El Hattab, http://hakim.se
6+
* Copyright (C) 2015 Hakim El Hattab, http://hakim.se
77
*/
88
(function(t,e){if(void 0===e)return console.error("jQuery required for Ladda.jQuery");var i=[];e=e.extend(e,{ladda:function(e){"stopAll"===e&&t.stopAll()}}),e.fn=e.extend(e.fn,{ladda:function(n){var r=i.slice.call(arguments,1);return"bind"===n?(r.unshift(e(this).selector),t.bind.apply(t,r)):e(this).each(function(){var i,o=e(this);void 0===n?o.data("ladda",t.create(this)):(i=o.data("ladda"),i[n].apply(i,r))}),this}})})(this.Ladda,this.jQuery);

dist/ladda.min.css

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

dist/ladda.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.

js/ladda.jquery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* http://lab.hakim.se/ladda
44
* MIT licensed
55
*
6-
* Copyright (C) 2014 Hakim El Hattab, http://hakim.se
6+
* Copyright (C) 2015 Hakim El Hattab, http://hakim.se
77
*/
88

99
(function( Ladda, $ ) {

0 commit comments

Comments
 (0)