add show list methods
This commit is contained in:
parent
4f9a2237a1
commit
27369c00b3
5 changed files with 320 additions and 681 deletions
|
@ -14,7 +14,7 @@ integer.prototype = {
|
|||
* @public
|
||||
* @function =
|
||||
* @memberof v2.integer
|
||||
* @prarm {v2.integer} _o
|
||||
* @param {v2.integer} _o
|
||||
* @returns {this}
|
||||
*/
|
||||
"=": function (_o) {},
|
||||
|
@ -25,7 +25,7 @@ integer.prototype = {
|
|||
* @public
|
||||
* @function -=
|
||||
* @memberof v2.integer
|
||||
* @prarm {v2.integer} _o
|
||||
* @param {v2.integer} _o
|
||||
* @returns {this}
|
||||
*/
|
||||
"-=": function (_o) {},
|
||||
|
@ -36,7 +36,7 @@ integer.prototype = {
|
|||
* @public
|
||||
* @function -
|
||||
* @memberof v2.integer
|
||||
* @prarm {v2.integer} _o
|
||||
* @param {v2.integer} _o
|
||||
* @returns {this}
|
||||
*/
|
||||
"-": function (_o) {},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue