Skip to content

Commit fad4131

Browse files
committed
Final SimpleModal 1.4.3 changes
1 parent 9c69e01 commit fad4131

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ChangeLog.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
==== SimpleModal ChangeLog ====
22

33
== 1.4.3 ==
4-
* Date: August 22, 2012
4+
* Date: September 08, 2012
55
* Changed $.boxModel to $.support.boxModel (requires jQuery 1.3+)
6+
* Fixed potential noConflict bug. Thanks to Erik Westra
67

78

89
== 1.4.2 ==

src/jquery.simplemodal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
// determine how to handle the data based on its type
247247
if (typeof data === 'object') {
248248
// convert DOM object to a jQuery object
249-
data = data instanceof jQuery ? data : $(data);
249+
data = data instanceof $ ? data : $(data);
250250
s.d.placeholder = false;
251251

252252
// if the object came from the DOM, keep track of its parent

0 commit comments

Comments
 (0)