Elementals.js

Latest Version: 3.7 Final 20 December 2018

Method _.throw.nonTag

Summary:

Throws a new TypeError if the passed Element's isn't the type of tag specified. .

Calling Convention:
_.throw.nonTag(Object, tagName)
Parameters:
Element
The Object to test.
tagName
The tag name to check for.
Returns:
nothing

Advertisement