Some updates.

This commit is contained in:
Lars Jung 2014-06-19 01:37:52 +02:00
parent c1fc823a19
commit 43168e496a
6 changed files with 24 additions and 14 deletions

View file

@ -75,6 +75,6 @@ modulejs.define('core/resource', ['_', '$', 'config', 'core/settings'], function
icon: icon,
ensureMarkdown: ensureMarkdown,
ensureQRCode: ensureQRCode,
ensureSH: ensureSH,
ensureSH: ensureSH
};
});

View file

@ -2,6 +2,7 @@
// other libs
// ----------
// @include "lib/modernizr-*.js"
if (window.attachEvent && !window.addEventListener) { throw 'no-browser'; }
// @include "lib/underscore-*.js"
// @include "lib/modulejs-*.js"
// @include "lib/moment-*.js"