This file contains 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
[{ | |
text: "Jafel's mom", | |
hp: 9999999999, | |
level: 999, | |
mdef: 999, | |
wdef: 999, | |
avoid: 999, | |
undead: 1, | |
elem: "F1H1L1S1I1" | |
}, { |
This file contains 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
/* global YT */ | |
export default (function() { | |
function init(id, el, callback, state) { | |
// Set function global so the YouTube API can connect with it. | |
window.onYouTubeIframeAPIReady = () => { | |
let player = new YT.Player(el, { // eslint-disable-line no-unused-vars | |
videoId: id, | |
width: '100%', |
This file contains 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
/* global YT */ | |
import YouTube from '../util/YouTube'; | |
export default (function() { | |
function init() { | |
let isPlaying = false; | |
let hasStarted = false; | |
const _$videoWrapper = $('.js-hero-video'); |
This file contains 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 data() { | |
return { | |
data: [ | |
{ | |
"property": "waarde", | |
"getal": 1, | |
"misschien": true, | |
}, | |
{ | |
"property": "waarden", |