MCPcopy
hub / github.com/lou/multi-select / spyOnEvent

Function spyOnEvent

test/lib/jasmine-jquery.js:29–31  ·  view source on GitHub ↗
(selector, eventName)

Source from the content-addressed store, hash-verified

27}
28
29var spyOnEvent = function(selector, eventName) {
30 return jasmine.JQuery.events.spyOn($(selector).selector, eventName)
31}
32
33jasmine.getFixtures = function() {
34 return jasmine.currentFixtures_ = jasmine.currentFixtures_ || new jasmine.Fixtures()

Callers 1

multiSelectSpec.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…