Skip to content

Commit

Permalink
feat(project): add version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vargentum committed Sep 12, 2016
1 parent e79cf99 commit 2535574
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ export function findKey(o, fn) {
);
}

// value -> one two keys[idx-1] keys[idx+1]

export function safeWindow(smth, ...args) {
return window
? typeof window[smth] === 'function'
Expand Down

0 comments on commit 2535574

Please sign in to comment.