Skip to content

Instantly share code, notes, and snippets.

@jdlrobson
Created July 9, 2010 09:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdlrobson/469299 to your computer and use it in GitHub Desktop.
Save jdlrobson/469299 to your computer and use it in GitHub Desktop.
store.addNotification("StyleSheetTiddlySpace", refreshStyles);
var stylesheetTS = store.namedNotifications[store.namedNotifications.length - 1];
var newNotifications = [stylesheetTS].concat(store.namedNotifications.slice(0,store.namedNotifications.length-1));
store.namedNotifications = newNotifications;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment