Skip to content

Instantly share code, notes, and snippets.

@ciembor
Created May 20, 2012 21:41
Show Gist options
  • Save ciembor/2759648 to your computer and use it in GitHub Desktop.
Save ciembor/2759648 to your computer and use it in GitHub Desktop.
JS - Przestrzenie nazw
var namespaces = [
"jQuery",
"_",
"Backbone",
"Raphael",
"requirejs",
"ace",
"angular",
"Benchmark",
"Caman",
"CFInstall",
"CoffeeScript",
"Cufon",
"d3",
"Davis",
"DD_belatedPNG",
"dojo",
"Ember",
"Ext",
"Flexie",
"Galleria",
"handlebars",
"head",
"Highcharts",
"Hogan",
"html5",
"StateMachine",
"signals",
"jo",
"JXG",
"Kerning",
"ko",
"$LAB",
"less",
"mobilize",
"Modernizr",
"Mustache",
"MooTools",
"oCanvas",
"OpenAjax",
"OpenLayers",
"Markdown",
"paper",
"prettyPrint",
"Processing",
"PUBNUB",
"Prototype",
"respond",
"RetinaImage",
"Sammy",
"$script",
"Sizzle",
"SockJS",
"Spine",
"store",
"swfobject",
"THREE",
"twitterlib",
"Visibility",
"WebFont",
"xui",
"yepnope",
"YUI",
"Zepto"
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment