Skip to content

Commit 7d6408e

Browse files
author
Kurtis LoVerde
committed
changed .prop to .attr
1 parent 7f4c095 commit 7d6408e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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;

0 commit comments

Comments
 (0)