UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

10 lines (7 loc) 244 B
import { sanitize } from '../../commons/text'; function uniqueFrameTitleEvaluate(node, options, vNode) { var title = sanitize(vNode.attr('title')).toLowerCase(); this.data(title); return true; } export default uniqueFrameTitleEvaluate;