|
@@ -313,7 +313,6 @@ export default class Node {
|
|
|
* By using this method it is also possible to check a name of an element:
|
|
* By using this method it is also possible to check a name of an element:
|
|
|
*
|
|
*
|
|
|
* imgElement.is( 'element', 'img' ); // -> true
|
|
* imgElement.is( 'element', 'img' ); // -> true
|
|
|
- * imgElement.is( 'element', 'img' ); // -> same as above
|
|
|
|
|
* imgElement.is( 'view:element', 'img' ); // -> same as above, but more precise
|
|
* imgElement.is( 'view:element', 'img' ); // -> same as above, but more precise
|
|
|
*
|
|
*
|
|
|
* The list of view objects which implement the `is()` method:
|
|
* The list of view objects which implement the `is()` method:
|