mirror of
https://github.com/nasa/openmct.git
synced 2025-05-02 08:43:17 +00:00
Merge pull request #924 from nasa/open889b
[Popup] Add method to jqlite mocks
This commit is contained in:
commit
69cc1086df
@ -24,7 +24,15 @@ define(
|
|||||||
["../../src/directives/MCTPopup"],
|
["../../src/directives/MCTPopup"],
|
||||||
function (MCTPopup) {
|
function (MCTPopup) {
|
||||||
|
|
||||||
var JQLITE_METHODS = [ "on", "off", "find", "parent", "css", "append" ];
|
var JQLITE_METHODS = [
|
||||||
|
"on",
|
||||||
|
"off",
|
||||||
|
"find",
|
||||||
|
"parent",
|
||||||
|
"css",
|
||||||
|
"addClass",
|
||||||
|
"append"
|
||||||
|
];
|
||||||
|
|
||||||
describe("The mct-popup directive", function () {
|
describe("The mct-popup directive", function () {
|
||||||
var mockCompile,
|
var mockCompile,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user