Created
July 8, 2014 07:54
-
-
Save notomato/0258d8e566668493ac40 to your computer and use it in GitHub Desktop.
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
var ES = ES||{}; | |
ES.conf = ES.conf||{}; | |
ES.conf.property = 'foo'; | |
ES.Views = { | |
render = function(template, data) { | |
} | |
}; | |
ES.Menu = { | |
open: function() {}, | |
close: function() {}, | |
} | |
// data | |
{} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment