UNPKG

stitches

Version:

Stitches is an HTML5 sprite sheet generator.

14 lines (13 loc) 261 B
/** * # wrap/jquery * * Wrap global instance for use in RequireJS modules * * > http://draeton.github.com/stitches<br/> * > Copyright 2013 Matthew Cobbs<br/> * > Licensed under the MIT license. */ define(function () { "use strict"; return jQuery; });