tiny fix in test
This commit is contained in:
@ -62,7 +62,7 @@
|
|||||||
// equal(e3.data('editable').lastSavedValue, v, 'lastSavedValue taken from text correctly (escaped)');
|
// equal(e3.data('editable').lastSavedValue, v, 'lastSavedValue taken from text correctly (escaped)');
|
||||||
});
|
});
|
||||||
|
|
||||||
test("should take container's title from json options", function () {
|
test("container's title and placement from json options", function () {
|
||||||
//do not test inline
|
//do not test inline
|
||||||
if($.fn.editableContainer.Constructor.prototype.containerName === 'editableform') {
|
if($.fn.editableContainer.Constructor.prototype.containerName === 'editableform') {
|
||||||
expect(0);
|
expect(0);
|
||||||
|
Reference in New Issue
Block a user