File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
dev/tests/js/jasmine/tests/lib/mage/backend Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 3
3
* See COPYING.txt for license details.
4
4
*/
5
5
/* global jQuery */
6
- /* eslint-disable max-nested-callbacks */
7
6
define ( [
8
7
'jquery' ,
9
8
'squire' ,
Original file line number Diff line number Diff line change @@ -73,6 +73,10 @@ define([
73
73
74
74
/**
75
75
* Error callback.
76
+ *
77
+ * @param {Object } jqXHR - The jQuery XMLHttpRequest object returned by $.ajax()
78
+ * @param {String } status
79
+ * @param {String } error
76
80
*/
77
81
error : function ( jqXHR , status , error ) {
78
82
$ ( 'body' ) . notification ( 'clear' )
@@ -84,7 +88,7 @@ define([
84
88
) ,
85
89
86
90
/**
87
- * @param {* } message
91
+ * @param {String } message
88
92
*/
89
93
insertMethod : function ( message ) {
90
94
var $wrapper = $ ( '<div/>' ) . html ( message ) ;
You can’t perform that action at this time.
0 commit comments