9 lines
251 B
JavaScript
9 lines
251 B
JavaScript
import { Rule } from '../Rule';
|
|
|
|
/**
|
|
* The ImageMatchingRule class extends the Rule Class.
|
|
*
|
|
* At present it does not add any new methods or attributes
|
|
* @type {ImageMatchingRule}
|
|
*/
|
|
HP.ImageMatchingRule = class ImageMatchingRule extends Rule {}; |