Sha256: 72bf3cf130d83ff621fe47bb5f3241a0452e5b6cd40660f732171853a27fea40

Contents?: true

Size: 426 Bytes

Versions: 7

Compression:

Stored size: 426 Bytes

Contents

var testVar = 'to be updated', testVar2 = '', documentViewportProperties;

Element.addMethods({
  hashBrowns: function(element) { return 'hash browns'; }
});

Element.addMethods("LI", {
  pancakes: function(element) { return "pancakes"; }
});

Element.addMethods("DIV", {
  waffles: function(element) { return "waffles"; }
});

Element.addMethods($w("li div"), {
  orangeJuice: function(element) { return "orange juice"; }
});

Version data entries

7 entries across 7 versions & 3 rubygems

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