I hereby claim:
- I am ootes on github.
- I am markootes (https://keybase.io/markootes) on keybase.
- I have a public key ASAn-i5YX8X4AepXu9zbPU4dqhqO-oWRBR5N5ITSOzUNFAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| <link rel="import" href="../code-mirror/code-mirror.html"> | |
| <link rel="import" href="../cool-clock/cool-clock.html"> | |
| <polymer-element name="my-element"> | |
| <template> | |
| <style> | |
| :host { | |
| position: absolute; | |
| width: 100%; |
| //Tournaments Web App *(Backbone example application)* | |
| /** | |
| * Tournaments Web App (Backbone example application) | |
| * | |
| * | |
| */ | |
| var App = { | |
| Models: {}, | |
| Collections: {}, | |
| Views: {}, |
| // Variable declaration | |
| var SANDBOX = "SANDBOX"; | |
| var LINEAIR = "LINEAIR"; | |
| var GPS_AVAILABLE = 'GPS_AVAILABLE'; | |
| var GPS_UNAVAILABLE = 'GPS_UNAVAILABLE'; | |
| var POSITION_UPDATED = 'POSITION_UPDATED'; | |
| var REFRESH_RATE = 1000; | |
| var currentPosition = currentPositionMarker = customDebugging = debugId = map = interval =intervalCounter = updateMap = false; | |
| var locatieRij = markerRij = []; |
| <!DOCTYPE HTML> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Html opdracht</title> | |
| </head> | |
| <body> | |
| <div id="container"> | |
| <nav> |