Showing
1 changed file
with
3 additions
and
2 deletions
@@ -4,8 +4,9 @@ | @@ -4,8 +4,9 @@ | ||
4 | * @date: 2015/11/19 | 4 | * @date: 2015/11/19 |
5 | */ | 5 | */ |
6 | 6 | ||
7 | -var $ = require('yoho-jquery'), | ||
8 | - opt = {}; | 7 | +var $ = require('yoho-jquery'); |
8 | + | ||
9 | +var opt = {}; | ||
9 | 10 | ||
10 | $('.query-param').each(function() { | 11 | $('.query-param').each(function() { |
11 | var $this = $(this); | 12 | var $this = $(this); |
-
Please register or login to post a comment