Skip to content

Commit

Permalink
fix(graphite): changed argument type to passify mixed vuejs#5908
Browse files Browse the repository at this point in the history
  • Loading branch information
drewsmith committed Jun 28, 2017
1 parent ab4643b commit fca0f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export function isFalse (v: any): boolean %checks {
* by succinct key order. Guaranteed to at least return an
* empty object.
*/
export function keySort (obj: Object): Object {
export function keySort (obj: any): Object {
if (isObject(obj) === false) {
return {}
}
Expand Down

0 comments on commit fca0f0c

Please sign in to comment.