Home
last modified time | relevance | path

Searched refs:isStandardProperty (Results 1 – 2 of 2) sorted by relevance

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js24230 CSSDataManager.prototype.isStandardProperty = function (name) { method in CSSDataManager
33912 …var needsStandard = this.cssDataManager.isStandardProperty(suffix) && (actual.indexOf(suffix) === …
33919 if (this.cssDataManager.isStandardProperty(prefix + suffix)) {
H A D2.2.js.map1isStandardProperty = function (name) {\n return this.isKnownProperty(name) &&\n …