UNPKG

gextend

Version:

[![Build Status](https://secure.travis-ci.org/goliatone/gextend.png)](http://travis-ci.org/goliatone/gextend)

13 lines (11 loc) 253 B
/*global define:true requirejs:true*/ /* jshint strict: false */ requirejs.config({ paths: { 'jquery': 'jquery/jquery', 'extend': 'extend' } }); define(['extend', 'jquery'], function(extend, $) { console.log('Loading'); });