Your IP : 216.73.216.209


Current Path : /home/megadansyp/www/includes/js/maskedinput/spec/lib/
Upload File :
Current File : /home/megadansyp/www/includes/js/maskedinput/spec/lib/setup.js

function importGrammar(g){
    for (var prop in g) {
        if (g.hasOwnProperty(prop))
            window[prop] = g[prop];

    }
}

importGrammar(jasmine.grammar.FeatureStory);
importGrammar(jasmine.grammar.GWT);

var input;
beforeEach(function(){ input = $("<input />").appendTo("body").focus(); });
afterEach(function(){ input.remove();});