Skip to content

unused vars #1

@zengxiaoluan

Description

@zengxiaoluan

The args is not used.

function ensureIndexWithinBounds(args){
		for (var i = arguments.length - 1; i >= 0; i--) {
			var p = arguments[i];
			if(p >= length)
				throw new Error("Index out of bounds. The maximum index can be length-1");
		}
	}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions