Sha256: 3349ab820d1258df7593f12b947f53ca4cccbb51726d75fc4e09870cda921b0b

Contents?: true

Size: 214 Bytes

Versions: 11

Compression:

Stored size: 214 Bytes

Contents

//needed to get around 
(function(noop){
  window = {
    setInterval: noop,
    clearInterval: noop,
    setTimeout: function(callback, delay) {
      callback()
    },
    clearTimeout: noop
  }
})(function() {})

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
therubyracer-0.8.0 contrib/v8/jasmine/window.js
therubyracer-0.8.0.pre3 contrib/v8/jasmine/window.js
therubyracer-0.8.0.pre2 contrib/v8/jasmine/window.js
therubyracer-0.8.0.pre contrib/v8/jasmine/window.js
therubyracer-0.7.5 contrib/v8/jasmine/window.js
therubyracer-0.7.4 contrib/v8/jasmine/window.js
therubyracer-0.7.3 contrib/v8/jasmine/window.js
therubyracer-0.7.2 contrib/v8/jasmine/window.js
therubyracer-0.7.2.pre contrib/v8/jasmine/window.js
therubyracer-0.7.1 contrib/v8/jasmine/window.js
therubyracer-0.7.1.pre contrib/v8/jasmine/window.js