Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(persist): don't show warning message on clean storage #205

Merged
merged 1 commit into from
May 12, 2016

Conversation

happyhj
Copy link
Contributor

@happyhj happyhj commented May 10, 2016

Issue

#199

Details

fix(persist): don't show warning message on clean storage

  • Make persist don't show warning message when storage is clean.

Preferred reviewers

@naver/egjs-committers @mixed @jongmoon

fixed test for using wrong key on storage

ref naver#199
@sculove
Copy link
Contributor

sculove commented May 11, 2016

LGTM

@@ -89,6 +89,11 @@ eg.module("persist", ["jQuery", eg, window, document], function($, ns, global, d
var stateStr = storage ?
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does not getState() need to have key param?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I got it!

@jongmoon
Copy link
Contributor

LGTM

@happyhj happyhj merged commit d92078d into naver:master May 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants