Sha256: a426d46e85d549385559bc39c084b280878b6a5026c11df531b0e2fd676a7604

Contents?: true

Size: 1.23 KB

Versions: 33

Compression:

Stored size: 1.23 KB

Contents

/*
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 */
afterEach(function() {
    document.getElementById('stage').innerHTML = '';
});

var helper = {
    trigger: function(obj, name) {
        var e = document.createEvent('Event');
        e.initEvent(name, true, true);
        obj.dispatchEvent(e);
    },
    getComputedStyle: function(querySelector, property) {
        var element = document.querySelector(querySelector);
        return window.getComputedStyle(element).getPropertyValue(property);
    }
};

Version data entries

33 entries across 20 versions & 3 rubygems

Version Path
web-development-kit-0.0.2 lib/wdk/www_rb/templates/src/spec/helper.js
jt-mobile-kit-1.2.0 lib/jt-mobile-kit/www_rb/templates/spec/helper.js
jt-mobile-kit-1.2.0 lib/jt-mobile-kit/www_js/templates/spec/helper.js
jt-mobile-kit-1.1.8 lib/jt-mobile-kit/www_rb/templates/spec/helper.js
jt-mobile-kit-1.1.8 lib/jt-mobile-kit/www_js/templates/spec/helper.js
jt-mobile-kit-1.1.7 lib/jt-mobile-kit/www_js/templates/spec/helper.js
jt-mobile-kit-1.1.7 lib/jt-mobile-kit/www_rb/templates/spec/helper.js
jt-mobile-kit-1.1.6 lib/jt-mobile-kit/www_rb/templates/spec/helper.js
jt-mobile-kit-1.1.6 lib/jt-mobile-kit/www_js/templates/spec/helper.js
jt-mobile-kit-1.1.5 lib/jt-mobile-kit/www_rb/templates/spec/helper.js
jt-mobile-kit-1.1.5 lib/jt-mobile-kit/www_js/templates/spec/helper.js
jt-mobile-kit-1.1.2 lib/jt-mobile-kit/www_rb/templates/spec/helper.js
jt-mobile-kit-1.1.2 lib/jt-mobile-kit/www_js/templates/spec/helper.js
jt-mobile-kit-1.1.1 lib/jt-mobile-kit/www_rb/templates/spec/helper.js
jt-mobile-kit-1.1.1 lib/jt-mobile-kit/www_js/templates/spec/helper.js
jt-mobile-kit-1.0.3 lib/jt-mobile-kit/www_js/templates/spec/helper.js
jt-mobile-kit-1.0.3 lib/jt-mobile-kit/www_rb/templates/spec/helper.js
jt-mobile-kit-1.0.2 lib/jt-mobile-kit/www_rb/templates/spec/helper.js
jt-mobile-kit-1.0.2 lib/jt-mobile-kit/www_js/templates/spec/helper.js
jt-mobile-kit-1.0.1 lib/jt-mobile-kit/www_rb/templates/spec/helper.js