Created
March 29, 2012 15:42
-
-
Save mjtko/2238739 to your computer and use it in GitHub Desktop.
closure exports under sprockets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
*= include fragments/prefix | |
*= include lib/util | |
*= include fragments/util_suffix | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function($exports) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$exports.Util = Util; | |
})(this); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment