File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 37
37
"qunitjs" : " 1.17.1" ,
38
38
"testswarm" : " ~1.1.0"
39
39
},
40
- "scripts" : {
41
- "prepublish" : " grunt"
42
- },
43
40
"keywords" : []
44
41
}
Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ $(document).ajaxStart(function(){ $("#status").text("Ajax started"); });
212
212
213
213
### JQMIGRATE: Additional params for 'jQuery.easing' functions are not documented and redundant
214
214
215
- ** Cause** : Additional params for ' jQuery.easing' methods were never documented and redundant, same behaviour could be easily achived by other means.
215
+ ** Cause** : Additional params for ` jQuery.easing ` methods were never documented and redundant, same behavior could be easily achived by other means.
216
216
217
217
** Solution** : Instead of using time and duration arguments, etc; it is already sufficient to use only first "percentage" argument.
218
218
You can’t perform that action at this time.
0 commit comments