[Build] Update remaining library references

This commit is contained in:
Victor Woeltjen
2016-01-28 11:25:44 -08:00
parent 84ecfd3527
commit 967f8c9151
2 changed files with 2 additions and 10 deletions

View File

@ -25,7 +25,7 @@
* Module defining FullscreenAction. Created by vwoeltje on 11/18/14. * Module defining FullscreenAction. Created by vwoeltje on 11/18/14.
*/ */
define( define(
["../../lib/screenfull.min"], ["screenfull"],
function () { function () {
"use strict"; "use strict";

View File

@ -21,16 +21,8 @@
*****************************************************************************/ *****************************************************************************/
/*global define,requirejs*/ /*global define,requirejs*/
requirejs.config({
shim: {
'platform/features/clock/lib/moment-duration-format': {
deps: [ 'moment' ]
}
}
});
define( define(
['moment', '../../lib/moment-duration-format'], ['moment', 'moment-duration-format'],
function (moment) { function (moment) {
"use strict"; "use strict";