Merge branch 'wip-MDL-50216-master' of git://github.com/abgreeve/moodle
This commit is contained in:
+3
-13
@@ -671,25 +671,15 @@ var INFO = function() {
|
||||
};
|
||||
|
||||
Y.extend(INFO, M.core.dialogue, {
|
||||
initializer: function() {
|
||||
this.show();
|
||||
}
|
||||
}, {
|
||||
NAME: 'Moodle information dialogue',
|
||||
CSS_PREFIX: DIALOGUE_PREFIX
|
||||
});
|
||||
|
||||
Y.Base.modifyAttrs(INFO, {
|
||||
/**
|
||||
* Boolean indicating whether or not the Widget is visible.
|
||||
*
|
||||
* We override this from the default M.core.dialogue attribute value.
|
||||
*
|
||||
* @attribute visible
|
||||
* @default true
|
||||
* @type Boolean
|
||||
*/
|
||||
visible: {
|
||||
value: true
|
||||
},
|
||||
|
||||
/**
|
||||
* Whether the widget should be modal or not.
|
||||
*
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
+3
-13
@@ -668,25 +668,15 @@ var INFO = function() {
|
||||
};
|
||||
|
||||
Y.extend(INFO, M.core.dialogue, {
|
||||
initializer: function() {
|
||||
this.show();
|
||||
}
|
||||
}, {
|
||||
NAME: 'Moodle information dialogue',
|
||||
CSS_PREFIX: DIALOGUE_PREFIX
|
||||
});
|
||||
|
||||
Y.Base.modifyAttrs(INFO, {
|
||||
/**
|
||||
* Boolean indicating whether or not the Widget is visible.
|
||||
*
|
||||
* We override this from the default M.core.dialogue attribute value.
|
||||
*
|
||||
* @attribute visible
|
||||
* @default true
|
||||
* @type Boolean
|
||||
*/
|
||||
visible: {
|
||||
value: true
|
||||
},
|
||||
|
||||
/**
|
||||
* Whether the widget should be modal or not.
|
||||
*
|
||||
|
||||
Vendored
+3
-13
@@ -18,25 +18,15 @@ var INFO = function() {
|
||||
};
|
||||
|
||||
Y.extend(INFO, M.core.dialogue, {
|
||||
initializer: function() {
|
||||
this.show();
|
||||
}
|
||||
}, {
|
||||
NAME: 'Moodle information dialogue',
|
||||
CSS_PREFIX: DIALOGUE_PREFIX
|
||||
});
|
||||
|
||||
Y.Base.modifyAttrs(INFO, {
|
||||
/**
|
||||
* Boolean indicating whether or not the Widget is visible.
|
||||
*
|
||||
* We override this from the default M.core.dialogue attribute value.
|
||||
*
|
||||
* @attribute visible
|
||||
* @default true
|
||||
* @type Boolean
|
||||
*/
|
||||
visible: {
|
||||
value: true
|
||||
},
|
||||
|
||||
/**
|
||||
* Whether the widget should be modal or not.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user