mirror of
https://github.com/nasa/openmct.git
synced 2025-01-18 10:46:42 +00:00
Merge pull request #956 from nasa/fix-build-mct-popup
Resolve build conflict from #922
This commit is contained in:
commit
97d819739c
@ -24,7 +24,15 @@ define(
|
||||
["../../src/directives/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 () {
|
||||
var mockCompile,
|
||||
|
Loading…
Reference in New Issue
Block a user