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
// Backbone, jQuery, and Underscore needed | |
var App = {'Vent': {}}; | |
App.Vent = _.extend(App.Vent, Backbone.Events); | |
var bodyView = Backbone.View.extend({ | |
el: $('body'), | |
initialize: function() { | |
this.resizePid = false; |
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
[ | |
{ | |
"featureType": "water", | |
"stylers": [ | |
{ | |
"saturation": 43 | |
}, | |
{ | |
"lightness": -11 | |
}, |