зеркало из https://github.com/mozilla/makerparty.git
quilt updated to use latest supportopen w/ require support
This commit is contained in:
Родитель
5a639cd71f
Коммит
bc6f3db437
|
@ -15,15 +15,13 @@
|
|||
"jquery-colorbox": "1.5.6",
|
||||
"makerstrap": "0.1.1",
|
||||
"requirejs": "2.1.8",
|
||||
"supportopen-quilt": "https://github.com/mmmavis/supportopen/archive/v0.0.6.tar.gz",
|
||||
"supportopen-quilt": "fuzzyfox/supportopen",
|
||||
"webmaker-analytics": "0.1.0",
|
||||
"webmaker-i18n": "https://github.com/mozilla/node-webmaker-i18n/archive/v0.3.11.tar.gz",
|
||||
"webmaker-language-picker": "https://github.com/mmmavis/webmaker-language-picker/archive/v0.0.25.tar.gz"
|
||||
},
|
||||
"resolutions": {
|
||||
"makerstrap": "0.1.1",
|
||||
"font-awesome": "4.0.3",
|
||||
"selectize": "0.10.1",
|
||||
"jquery": "~2.1.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -56,16 +56,17 @@ require([
|
|||
'elastislide',
|
||||
'makerparty-ui',
|
||||
'tabzilla'
|
||||
], function($, Quilt, languages) {
|
||||
], function($, quilt, languages) {
|
||||
'use strict';
|
||||
|
||||
var quiltConfig = {
|
||||
tags: [ 'makerparty', 'maker party', '#makerparty' ],
|
||||
execution: 'or',
|
||||
limit: 50,
|
||||
duration: 7000
|
||||
tags: [ 'makerparty', 'maker party', '#makerparty' ],
|
||||
execution: 'or',
|
||||
limit: 50,
|
||||
duration: 7000,
|
||||
$preview: $( '#makePreview' )
|
||||
};
|
||||
Quilt(quiltConfig);
|
||||
quilt(quiltConfig);
|
||||
|
||||
// Call this when the element is ready
|
||||
languages.ready({
|
||||
|
|
Загрузка…
Ссылка в новой задаче