Skip to content

Instantly share code, notes, and snippets.

View andystevensname's full-sized avatar

Andy Stevens andystevensname

View GitHub Profile
<link rel="import" href="../bower_components/polymer/polymer.html">
<link rel="import" href="../bower_components/polymer/polymer-element.html">
<dom-module id="asfv-app-data">
<script>
/* https://github.com/auth0-blog/polymer-with-jwt-api/blob/master/src/my-app.html
* http://stackoverflow.com/questions/30849816/polymer-1-0-global-variables
* https://www.sitepoint.com/javascript-design-patterns-singleton/
*/
var storage = (function () {