We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1b7912 commit 27b4e03Copy full SHA for 27b4e03
jquery.stellar.js
@@ -81,7 +81,7 @@
81
}
82
83
return prefix;
84
- })(),
+ }()),
85
86
setTransform = function($elem, val, dimension /* 'X' or 'Y' */) {
87
var currentTransform = $elem.css(vendorPrefix + 'transform');
@@ -556,7 +556,7 @@
556
function(callback, element){
557
window.setTimeout(callback, 1000 / 60);
558
};
559
- })();
+ }());
560
561
this._animationLoop = function(){
562
requestAnimFrame(self._animationLoop);
@@ -598,4 +598,4 @@
598
599
//Expose the plugin class so it can be modified
600
window.Stellar = Plugin;
601
-})(jQuery, window, document);
+}(jQuery, window, document));
0 commit comments