Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #630 from dismorfo/master
Browse files Browse the repository at this point in the history
Prevent: Error: Uncaught TypeError
  • Loading branch information
jackmoore committed Aug 6, 2014
2 parents 05f0f0b + 775fb90 commit 0a58560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery.colorbox.js
Expand Up @@ -697,7 +697,7 @@
}, 1);
}

if (loadedCallback) {
if ($.isFunction(loadedCallback)) {
loadedCallback();
}
},
Expand Down

0 comments on commit 0a58560

Please sign in to comment.