Created
July 18, 2014 19:24
-
-
Save taylorlapeyre/a9cf56bc83c9ea19c8fc to your computer and use it in GitHub Desktop.
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
| getStuff = function() { | |
| return { | |
| url: window.location.href, | |
| name: $('.full-name').html(), | |
| title: $('.title').html(), | |
| date: new Date(), | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment