Skip to content

Commit 6442f41

Browse files
authored
Merge pull request #3 from kloverde/1.1.2
Merge branch 1.1.2 to master
2 parents bb118ab + 01daca0 commit 6442f41

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## Release 1.1.2 (August 29, 2016)
22

3+
* Changed an occurrence of prop() to attr() - no functional impact, but made for the sake of correctness
34
* Refinements to demo.html
45

56

jquery.addremovetextbox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
}
142142

143143
if( title != null ) {
144-
btn.prop( "title", title );
144+
btn.attr( "title", title );
145145
}
146146

147147
return btn;

jquery.addremovetextbox.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.

0 commit comments

Comments
 (0)