Merge branch 'master' of https://github.com/nasa/openmctweb into open33

This commit is contained in:
Sarah Hale
2015-07-02 11:33:07 -07:00
4 changed files with 15 additions and 14 deletions

View File

@@ -64,7 +64,7 @@ define(
if (!url) {
loaded = myCounter;
element.css('background-image', undefined);
element.css('background-image', 'none');
} else {
image = $document[0].createElement('img');
image.src = url;

View File

@@ -92,7 +92,7 @@ define(
expect(mockElement.css.mostRecentCall.args).toEqual([
"background-image",
undefined
"none"
]);
});
});