Merge "Update OOjs UI to v0.1.0-pre (064484f9af)"

This commit is contained in:
jenkins-bot 2014-02-26 20:54:12 +00:00 committed by Gerrit Code Review
commit f25ab4fcb2
3 changed files with 11 additions and 14 deletions

View file

@ -7,10 +7,12 @@
"ITshnik",
"MIKHEIL",
"NoiX180",
"Pras"
"Pras",
"Tokoko"
]
},
"ooui-dialog-action-close": "დახურვა",
"ooui-outline-control-move-down": "ელემენტის ქვემოთ გადატანა",
"ooui-outline-control-move-up": "ელემენტის ზემოთ გადატანა"
"ooui-outline-control-move-up": "ელემენტის ზემოთ გადატანა",
"ooui-toolbar-more": "მეტი"
}

View file

@ -1,12 +1,12 @@
/*!
* OOjs UI v0.1.0-pre (ddcf828854)
* OOjs UI v0.1.0-pre (064484f9af)
* https://www.mediawiki.org/wiki/OOjs_UI
*
* Copyright 20112014 OOjs Team and other contributors.
* Released under the MIT license
* http://oojs.mit-license.org
*
* Date: Fri Feb 21 2014 19:44:50 GMT-0800 (PST)
* Date: Wed Feb 26 2014 12:12:11 GMT-0800 (PST)
*/
( function () {
@ -4497,17 +4497,12 @@ OO.ui.PopupToolGroup.prototype.onBlur = function ( e ) {
* @inheritdoc
*/
OO.ui.PopupToolGroup.prototype.onMouseUp = function ( e ) {
this.setActive( false );
if ( !this.disabled && e.which === 1 ) {
this.setActive( false );
}
return OO.ui.ToolGroup.prototype.onMouseUp.call( this, e );
};
/**
* @inheritdoc
*/
OO.ui.PopupToolGroup.prototype.onMouseDown = function ( e ) {
return OO.ui.ToolGroup.prototype.onMouseDown.call( this, e );
};
/**
* Handle mouse up events.
*

View file

@ -1,12 +1,12 @@
/*!
* OOjs UI v0.1.0-pre-svg (ddcf828854)
* OOjs UI v0.1.0-pre-svg (064484f9af)
* https://www.mediawiki.org/wiki/OOjs_UI
*
* Copyright 20112014 OOjs Team and other contributors.
* Released under the MIT license
* http://oojs.mit-license.org
*
* Date: Fri Feb 21 2014 19:44:50 GMT-0800 (PST)
* Date: Wed Feb 26 2014 12:12:11 GMT-0800 (PST)
*/
/*csslint vendor-prefix:false */