This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export default () => { | |
return { | |
component: new Promise((resolve, reject) => { | |
setTimeout(() => { | |
reject(new Error('Can`t create component')); | |
resolve({ | |
template: "<div>1234444</div>", | |
name: 'appMain2', | |
}); | |
}, 100); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"vars": { | |
"@gray-base": "#000", | |
"@gray-darker": "lighten(@gray-base, 13.5%)", | |
"@gray-dark": "lighten(@gray-base, 20%)", | |
"@gray": "lighten(@gray-base, 33.5%)", | |
"@gray-light": "lighten(@gray-base, 46.7%)", | |
"@gray-lighter": "lighten(@gray-base, 93.5%)", | |
"@brand-primary": "#3B72B1", | |
"@brand-success": "#5cb85c", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#### GET /penza/users | |
{ | |
"data": { | |
"userIds": [1, 2, 3, 4, 5] | |
}, | |
"status": 200 | |
} | |
#### POST /penza/users | |
Добавить пользователя в комнату |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function ($, $popover) { | |
/** | |
* @param {{}|undefined}options | |
* @returns {{on: Function, off: Function}} | |
* @constructor | |
*/ | |
var Popover = function (options) { | |
options = $.extend({ | |
delegateElement: document, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function ($) { | |
var $document = $(document); | |
var PlayMp4 = function () { | |
/** | |
* @param {Event} event | |
* @private | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version : scores | |
5.9.0 : 28563 | |
5.8.0 : 28097 | |
4.4.0 : 27546 | |
0.12.12 : 23033 | |
--------------- | |
** Node 5.9 | |
node version : v5.9.0 |
NewerOlder