Sha256: 180dfc55892d0bc582b592c84f7f12809d4d2708d9e6a20770eb76c389895b4e

Contents?: true

Size: 288 Bytes

Versions: 7

Compression:

Stored size: 288 Bytes

Contents

var arg1 = 1;
var arg2 = 2;
var arg3 = 3;
function TestObj() { };
TestObj.prototype.assertingEventHandler =
  function(event, assertEvent, assert1, assert2, assert3, a1, a2, a3) {
    assertEvent(event);
    assert1(a1);
    assert2(a2);
    assert3(a3);
  };

var globalBindTest = null;

Version data entries

7 entries across 7 versions & 3 rubygems

Version Path
Fingertips-headless-squirrel-0.2.0 test/regression/prototype/unit/fixtures/function.js
Fingertips-headless-squirrel-0.3.0 test/regression/prototype/unit/fixtures/function.js
Fingertips-headless-squirrel-0.4.0 test/regression/prototype/unit/fixtures/function.js
Fingertips-headless-squirrel-0.5.0 test/regression/prototype/unit/fixtures/function.js
alloy-js-test-san-0.1.0 test/regression/prototype/unit/fixtures/function.js
alloy-js-test-san-0.1.1 test/regression/prototype/unit/fixtures/function.js
headless-squirrel-0.5.1 test/regression/prototype/unit/fixtures/function.js