Updates to modulejs 0.1.

This commit is contained in:
Lars Jung 2012-07-08 15:04:14 +02:00
parent 9266be9708
commit cad50f76e2
36 changed files with 360 additions and 242 deletions

View file

@ -1,5 +1,5 @@
module.define('view/spacing', [jQuery, 'core/settings', 'core/event'], function ($, allsettings, event) {
modulejs.define('view/spacing', ['jQuery', 'core/settings', 'core/event'], function ($, allsettings, event) {
var defaults = {
maxWidth: 960,