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 e0262e0 commit 9f56ac9Copy full SHA for 9f56ac9
stellar.js
@@ -1,4 +1,4 @@
1
-/* Stellar.js v0.2.1
+/* Stellar.js v0.2.2
2
* Copyright 2012, Mark Dalgleish
3
*
4
* This content is released under the MIT License
@@ -554,4 +554,7 @@
554
//Expose the scroll and position property function hashes so they can be extended
555
$[pluginName].scrollProperty = scrollProperty;
556
$[pluginName].positionProperty = positionProperty;
557
+
558
+ //Expose the plugin class so it can be modified
559
+ window.Stellar = Plugin;
560
})(jQuery, window, document);
0 commit comments