Skip to content

Commit 9f56ac9

Browse files
committed
Exposed plugin class globally
1 parent e0262e0 commit 9f56ac9

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

stellar.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Stellar.js v0.2.1
1+
/* Stellar.js v0.2.2
22
* Copyright 2012, Mark Dalgleish
33
*
44
* This content is released under the MIT License
@@ -554,4 +554,7 @@
554554
//Expose the scroll and position property function hashes so they can be extended
555555
$[pluginName].scrollProperty = scrollProperty;
556556
$[pluginName].positionProperty = positionProperty;
557+
558+
//Expose the plugin class so it can be modified
559+
window.Stellar = Plugin;
557560
})(jQuery, window, document);

0 commit comments

Comments
 (0)