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 #198

Closed
wants to merge 3 commits into from

Conversation

happyhj
Copy link
Contributor

@happyhj happyhj commented May 4, 2016

Issue

#197
#199

Details

chore(all): Remove unit testing task from prepush hook

  • add listing grunt task "grunt lint"
  • modify prepush hook to use "grunt lint" command

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 @sculove @jongmoon

@happyhj happyhj changed the title chore(all): Remove unit testing task from prepush hook fix(persist): don't show warning message on clean storage May 4, 2016
@mixed
Copy link
Member

mixed commented May 9, 2016

I think that it have to divide isssue.(prehook/presist) and I prefer to merge persist issues.
Prs is lgtm.

@@ -89,6 +89,13 @@ eg.module("persist", ["jQuery", eg, window, document], function($, ns, global, d
var stateStr = storage ?
storage.getItem(location.href + CONST_PERSIST) : history.state;

/*
Copy link
Contributor

Choose a reason for hiding this comment

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

Why did you insert these commented code?

@jongmoon
Copy link
Contributor

jongmoon commented May 9, 2016

I got it your intend by offline chat! Thank you! LGTM

@happyhj happyhj closed this May 9, 2016
@happyhj
Copy link
Contributor Author

happyhj commented May 9, 2016

I'll make separated two PR by issue

@happyhj happyhj deleted the rmTestHook#197 branch May 10, 2016 08:58
@happyhj happyhj restored the rmTestHook#197 branch May 10, 2016 08:59
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.

3 participants