Updated header comment on store module

This commit is contained in:
Timothy Warren 2011-11-09 12:50:41 -05:00
parent 057e8c1dd7
commit f03c9431dd
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
/**
* Store
*
* Wrapper for local / sessionstorage
*/
(function (){
"use strict";