Skip to content

Commit 428fc78

Browse files
committed
properly enclose jcp.animator class in init closure
1 parent c3d041c commit 428fc78

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

jcp-animator.js

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
* @requires jcp-layer.js
1212
* @author Sam Pospischil <[email protected]>
1313
*/
14+
(function($) {
15+
1416
jcparallax.Animator = function(layer, options)
1517
{
1618
var defaults = {
@@ -251,3 +253,5 @@ jcparallax.Animator.animHandlers = {
251253

252254
}
253255
};
256+
257+
})(jQuery);

0 commit comments

Comments
 (0)