Skip to content

Commit

Permalink
fixed framework7io#1248: fix parseUrlQuery compatibility issue and ma…
Browse files Browse the repository at this point in the history
…ke it work more place
  • Loading branch information
Losan committed Dec 19, 2016
1 parent 600cea2 commit 18e3f4d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/js/dom7-utils.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
// DOM Library Utilites
/**
* searchStr: the url need to be parse
* name: the key in parse object , defalut empty
*/
$.parseUrlQuery= function (searchStr, name) {
var qObj = {};
var searchStr = searchStr || location.href;
Expand Down

0 comments on commit 18e3f4d

Please sign in to comment.