Sha256: a57f4ad5aa74863e412ced92c66151f92bb8fbcfd6f483927cf4a940ef6f8847

Contents?: true

Size: 270 Bytes

Versions: 6

Compression:

Stored size: 270 Bytes

Contents

'use strict';

module.exports.definition = {
    set: function (v) {
        this._setProperty('-webkit-wrap-through', v);
    },
    get: function () {
        return this.getPropertyValue('-webkit-wrap-through');
    },
    enumerable: true,
    configurable: true
};

Version data entries

6 entries across 5 versions & 4 rubygems

Version Path
learn_create-0.0.22 lib/templates/javascript_lab_template/node_modules/cssstyle/lib/properties/webkitWrapThrough.js
locomotivecms-4.0.0.alpha1 app/javascript/node_modules/cssstyle/lib/properties/webkitWrapThrough.js
locomotivecms-3.4.0 app/javascript/node_modules/cssstyle/lib/properties/webkitWrapThrough.js
locomotivecms-3.4.0 app/javascript/node_modules/jest-environment-jsdom/node_modules/cssstyle/lib/properties/webkitWrapThrough.js
lanes-0.8.0 node_modules/cssstyle/lib/properties/webkitWrapThrough.js
select_all-rails-0.3.1 node_modules/cssstyle/lib/properties/webkitWrapThrough.js