Skip to content

Instantly share code, notes, and snippets.

@RandalK
RandalK / gist:2505687
Created April 27, 2012 04:09 — forked from L-four/gist:2405585
g+ full sized images and google image search
;(function(ready, window){
// loading stuffs
var req = { paths: { jquery: "https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" }, };
// if missing requirejs hook define func
if (!window.require && !window.define) {
window.define = function(mod, list, callback) {
if (mod != 'jquery') return;
delete window.define;