[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.
*/
define(
["../../lib/screenfull.min"],
["screenfull"],
function () {
"use strict";

View File

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