Skip to content

Commit

Permalink
[ALOY-1523] Update Alloy old require-paths
Browse files Browse the repository at this point in the history
  • Loading branch information
feons committed Oct 26, 2016
1 parent 1031794 commit 0f5cf00
Show file tree
Hide file tree
Showing 944 changed files with 1,871 additions and 1,871 deletions.
2 changes: 1 addition & 1 deletion Alloy/builtins/animation.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* all you need to do is require it with the `alloy` root directory in your
* `require` call. For example:
*
* var animation = require('alloy/animation');
* var animation = require('/alloy/animation');
* animation.crossFade(view1, view2, 500, finishCallback);
*/

Expand Down
2 changes: 1 addition & 1 deletion Alloy/builtins/dialogs.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* To use the dialogs builtin library,
* require it with the `alloy` root directory in your `require` call. For example:
*
* var dialogs = require('alloy/dialogs');
* var dialogs = require('/alloy/dialogs');
* dialogs.confirm({});
*/

Expand Down
2 changes: 1 addition & 1 deletion Alloy/builtins/measurement.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* To use the measurement builtin library,
* require it with the `alloy` root directory in your `require` call. For example:
*
* var measurement = require('alloy/measurement');
* var measurement = require('/alloy/measurement');
* var pointPX = {x:42, y:7};
* var pointDP = measurement.pointPXToDP(pointPX);
*/
Expand Down
2 changes: 1 addition & 1 deletion Alloy/builtins/moment.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
module && module.exports) {
try {
oldLocale = globalLocale._abbr;
require('alloy/moment/lang/' + name);
require('/alloy/moment/lang/' + name);
// because defineLocale currently also sets the global locale, we
// want to undo that for lazy loaded locales
locale_locales__getSetGlobalLocale(oldLocale);
Expand Down
2 changes: 1 addition & 1 deletion Alloy/builtins/moment/lang/af.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//! author : Werner Mollentze : https://github.com/wernerm

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('alloy/moment')) :
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('/alloy/moment')) :
typeof define === 'function' && define.amd ? define(['moment'], factory) :
factory(global.moment)
}(this, function (moment) { 'use strict';
Expand Down
2 changes: 1 addition & 1 deletion Alloy/builtins/moment/lang/ar-ma.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//! author : Abdel Said : https://github.com/abdelsaid

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('alloy/moment')) :
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('/alloy/moment')) :
typeof define === 'function' && define.amd ? define(['moment'], factory) :
factory(global.moment)
}(this, function (moment) { 'use strict';
Expand Down
2 changes: 1 addition & 1 deletion Alloy/builtins/moment/lang/ar-sa.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//! author : Suhail Alkowaileet : https://github.com/xsoh

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('alloy/moment')) :
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('/alloy/moment')) :
typeof define === 'function' && define.amd ? define(['moment'], factory) :
factory(global.moment)
}(this, function (moment) { 'use strict';
Expand Down
2 changes: 1 addition & 1 deletion Alloy/builtins/moment/lang/ar-tn.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//! locale : Tunisian Arabic (ar-tn)

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('alloy/moment')) :
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('/alloy/moment')) :
typeof define === 'function' && define.amd ? define(['moment'], factory) :
factory(global.moment)
}(this, function (moment) { 'use strict';
Expand Down
2 changes: 1 addition & 1 deletion Alloy/builtins/moment/lang/ar.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//! Native plural forms: forabi https://github.com/forabi

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('alloy/moment')) :
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('/alloy/moment')) :
typeof define === 'function' && define.amd ? define(['moment'], factory) :
factory(global.moment)
}(this, function (moment) { 'use strict';
Expand Down
2 changes: 1 addition & 1 deletion Alloy/builtins/moment/lang/az.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//! author : topchiyev : https://github.com/topchiyev

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('alloy/moment')) :
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('/alloy/moment')) :
typeof define === 'function' && define.amd ? define(['moment'], factory) :
factory(global.moment)
}(this, function (moment) { 'use strict';
Expand Down
2 changes: 1 addition & 1 deletion Alloy/builtins/moment/lang/be.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//! Author : Menelion Elensúle : https://github.com/Oire

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('alloy/moment')) :
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('/alloy/moment')) :
typeof define === 'function' && define.amd ? define(['moment'], factory) :
factory(global.moment)
}(this, function (moment) { 'use strict';
Expand Down
2 changes: 1 addition & 1 deletion Alloy/builtins/moment/lang/bg.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//! author : Krasen Borisov : https://github.com/kraz

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('alloy/moment')) :
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('/alloy/moment')) :
typeof define === 'function' && define.amd ? define(['moment'], factory) :
factory(global.moment)
}(this, function (moment) { 'use strict';
Expand Down
2 changes: 1 addition & 1 deletion Alloy/builtins/moment/lang/bn.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//! author : Kaushik Gandhi : https://github.com/kaushikgandhi

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('alloy/moment')) :
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('/alloy/moment')) :
typeof define === 'function' && define.amd ? define(['moment'], factory) :
factory(global.moment)
}(this, function (moment) { 'use strict';
Expand Down
2 changes: 1 addition & 1 deletion Alloy/builtins/moment/lang/bo.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//! author : Thupten N. Chakrishar : https://github.com/vajradog

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('alloy/moment')) :
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('/alloy/moment')) :
typeof define === 'function' && define.amd ? define(['moment'], factory) :
factory(global.moment)
}(this, function (moment) { 'use strict';
Expand Down
2 changes: 1 addition & 1 deletion Alloy/builtins/moment/lang/br.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//! author : Jean-Baptiste Le Duigou : https://github.com/jbleduigou

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('alloy/moment')) :
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('/alloy/moment')) :
typeof define === 'function' && define.amd ? define(['moment'], factory) :
factory(global.moment)
}(this, function (moment) { 'use strict';
Expand Down
2 changes: 1 addition & 1 deletion Alloy/builtins/moment/lang/bs.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//! based on (hr) translation by Bojan Marković

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('alloy/moment')) :
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('/alloy/moment')) :
typeof define === 'function' && define.amd ? define(['moment'], factory) :
factory(global.moment)
}(this, function (moment) { 'use strict';
Expand Down
2 changes: 1 addition & 1 deletion Alloy/builtins/moment/lang/ca.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//! author : Juan G. Hurtado : https://github.com/juanghurtado

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('alloy/moment')) :
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('/alloy/moment')) :
typeof define === 'function' && define.amd ? define(['moment'], factory) :
factory(global.moment)
}(this, function (moment) { 'use strict';
Expand Down
2 changes: 1 addition & 1 deletion Alloy/builtins/moment/lang/cs.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//! author : petrbela : https://github.com/petrbela

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('alloy/moment')) :
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('/alloy/moment')) :
typeof define === 'function' && define.amd ? define(['moment'], factory) :
factory(global.moment)
}(this, function (moment) { 'use strict';
Expand Down
2 changes: 1 addition & 1 deletion Alloy/builtins/moment/lang/cv.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//! author : Anatoly Mironov : https://github.com/mirontoli

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('alloy/moment')) :
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('/alloy/moment')) :
typeof define === 'function' && define.amd ? define(['moment'], factory) :
factory(global.moment)
}(this, function (moment) { 'use strict';
Expand Down
2 changes: 1 addition & 1 deletion Alloy/builtins/moment/lang/cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//! author : Robert Allen

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('alloy/moment')) :
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('/alloy/moment')) :
typeof define === 'function' && define.amd ? define(['moment'], factory) :
factory(global.moment)
}(this, function (moment) { 'use strict';
Expand Down
2 changes: 1 addition & 1 deletion Alloy/builtins/moment/lang/da.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//! author : Ulrik Nielsen : https://github.com/mrbase

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('alloy/moment')) :
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('/alloy/moment')) :
typeof define === 'function' && define.amd ? define(['moment'], factory) :
factory(global.moment)
}(this, function (moment) { 'use strict';
Expand Down
2 changes: 1 addition & 1 deletion Alloy/builtins/moment/lang/de-at.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//! author : Martin Groller : https://github.com/MadMG

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('alloy/moment')) :
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('/alloy/moment')) :
typeof define === 'function' && define.amd ? define(['moment'], factory) :
factory(global.moment)
}(this, function (moment) { 'use strict';
Expand Down
2 changes: 1 addition & 1 deletion Alloy/builtins/moment/lang/de.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//! author: Menelion Elensúle: https://github.com/Oire

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('alloy/moment')) :
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('/alloy/moment')) :
typeof define === 'function' && define.amd ? define(['moment'], factory) :
factory(global.moment)
}(this, function (moment) { 'use strict';
Expand Down
2 changes: 1 addition & 1 deletion Alloy/builtins/moment/lang/el.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//! author : Aggelos Karalias : https://github.com/mehiel

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('alloy/moment')) :
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('/alloy/moment')) :
typeof define === 'function' && define.amd ? define(['moment'], factory) :
factory(global.moment)
}(this, function (moment) { 'use strict';
Expand Down
2 changes: 1 addition & 1 deletion Alloy/builtins/moment/lang/en-au.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//! locale : australian english (en-au)

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('alloy/moment')) :
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('/alloy/moment')) :
typeof define === 'function' && define.amd ? define(['moment'], factory) :
factory(global.moment)
}(this, function (moment) { 'use strict';
Expand Down
2 changes: 1 addition & 1 deletion Alloy/builtins/moment/lang/en-ca.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//! author : Jonathan Abourbih : https://github.com/jonbca

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('alloy/moment')) :
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('/alloy/moment')) :
typeof define === 'function' && define.amd ? define(['moment'], factory) :
factory(global.moment)
}(this, function (moment) { 'use strict';
Expand Down
2 changes: 1 addition & 1 deletion Alloy/builtins/moment/lang/en-gb.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//! author : Chris Gedrim : https://github.com/chrisgedrim

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('alloy/moment')) :
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('/alloy/moment')) :
typeof define === 'function' && define.amd ? define(['moment'], factory) :
factory(global.moment)
}(this, function (moment) { 'use strict';
Expand Down
2 changes: 1 addition & 1 deletion Alloy/builtins/moment/lang/eo.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//! Se ne, bonvolu korekti kaj avizi min por ke mi povas lerni!

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('alloy/moment')) :
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('/alloy/moment')) :
typeof define === 'function' && define.amd ? define(['moment'], factory) :
factory(global.moment)
}(this, function (moment) { 'use strict';
Expand Down
2 changes: 1 addition & 1 deletion Alloy/builtins/moment/lang/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//! author : Julio Napurí : https://github.com/julionc

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('alloy/moment')) :
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('/alloy/moment')) :
typeof define === 'function' && define.amd ? define(['moment'], factory) :
factory(global.moment)
}(this, function (moment) { 'use strict';
Expand Down
2 changes: 1 addition & 1 deletion Alloy/builtins/moment/lang/et.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//! improvements : Illimar Tambek : https://github.com/ragulka

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('alloy/moment')) :
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('/alloy/moment')) :
typeof define === 'function' && define.amd ? define(['moment'], factory) :
factory(global.moment)
}(this, function (moment) { 'use strict';
Expand Down
2 changes: 1 addition & 1 deletion Alloy/builtins/moment/lang/eu.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//! author : Eneko Illarramendi : https://github.com/eillarra

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('alloy/moment')) :
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('/alloy/moment')) :
typeof define === 'function' && define.amd ? define(['moment'], factory) :
factory(global.moment)
}(this, function (moment) { 'use strict';
Expand Down
2 changes: 1 addition & 1 deletion Alloy/builtins/moment/lang/fa.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//! author : Ebrahim Byagowi : https://github.com/ebraminio

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('alloy/moment')) :
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('/alloy/moment')) :
typeof define === 'function' && define.amd ? define(['moment'], factory) :
factory(global.moment)
}(this, function (moment) { 'use strict';
Expand Down
2 changes: 1 addition & 1 deletion Alloy/builtins/moment/lang/fi.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//! author : Tarmo Aidantausta : https://github.com/bleadof

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('alloy/moment')) :
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('/alloy/moment')) :
typeof define === 'function' && define.amd ? define(['moment'], factory) :
factory(global.moment)
}(this, function (moment) { 'use strict';
Expand Down
2 changes: 1 addition & 1 deletion Alloy/builtins/moment/lang/fo.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//! author : Ragnar Johannesen : https://github.com/ragnar123

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('alloy/moment')) :
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('/alloy/moment')) :
typeof define === 'function' && define.amd ? define(['moment'], factory) :
factory(global.moment)
}(this, function (moment) { 'use strict';
Expand Down
2 changes: 1 addition & 1 deletion Alloy/builtins/moment/lang/fr-ca.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//! author : Jonathan Abourbih : https://github.com/jonbca

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('alloy/moment')) :
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('/alloy/moment')) :
typeof define === 'function' && define.amd ? define(['moment'], factory) :
factory(global.moment)
}(this, function (moment) { 'use strict';
Expand Down
2 changes: 1 addition & 1 deletion Alloy/builtins/moment/lang/fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//! author : John Fischer : https://github.com/jfroffice

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('alloy/moment')) :
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('/alloy/moment')) :
typeof define === 'function' && define.amd ? define(['moment'], factory) :
factory(global.moment)
}(this, function (moment) { 'use strict';
Expand Down
2 changes: 1 addition & 1 deletion Alloy/builtins/moment/lang/fy.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//! author : Robin van der Vliet : https://github.com/robin0van0der0v

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('alloy/moment')) :
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('/alloy/moment')) :
typeof define === 'function' && define.amd ? define(['moment'], factory) :
factory(global.moment)
}(this, function (moment) { 'use strict';
Expand Down
2 changes: 1 addition & 1 deletion Alloy/builtins/moment/lang/gl.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//! author : Juan G. Hurtado : https://github.com/juanghurtado

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('alloy/moment')) :
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('/alloy/moment')) :
typeof define === 'function' && define.amd ? define(['moment'], factory) :
factory(global.moment)
}(this, function (moment) { 'use strict';
Expand Down
2 changes: 1 addition & 1 deletion Alloy/builtins/moment/lang/he.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//! author : Tal Ater : https://github.com/TalAter

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('alloy/moment')) :
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('/alloy/moment')) :
typeof define === 'function' && define.amd ? define(['moment'], factory) :
factory(global.moment)
}(this, function (moment) { 'use strict';
Expand Down
2 changes: 1 addition & 1 deletion Alloy/builtins/moment/lang/hi.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//! author : Mayank Singhal : https://github.com/mayanksinghal

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('alloy/moment')) :
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('/alloy/moment')) :
typeof define === 'function' && define.amd ? define(['moment'], factory) :
factory(global.moment)
}(this, function (moment) { 'use strict';
Expand Down
2 changes: 1 addition & 1 deletion Alloy/builtins/moment/lang/hr.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//! author : Bojan Marković : https://github.com/bmarkovic

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('alloy/moment')) :
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('/alloy/moment')) :
typeof define === 'function' && define.amd ? define(['moment'], factory) :
factory(global.moment)
}(this, function (moment) { 'use strict';
Expand Down
2 changes: 1 addition & 1 deletion Alloy/builtins/moment/lang/hu.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//! author : Adam Brunner : https://github.com/adambrunner

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('alloy/moment')) :
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('/alloy/moment')) :
typeof define === 'function' && define.amd ? define(['moment'], factory) :
factory(global.moment)
}(this, function (moment) { 'use strict';
Expand Down
2 changes: 1 addition & 1 deletion Alloy/builtins/moment/lang/hy-am.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//! author : Armendarabyan : https://github.com/armendarabyan

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('alloy/moment')) :
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('/alloy/moment')) :
typeof define === 'function' && define.amd ? define(['moment'], factory) :
factory(global.moment)
}(this, function (moment) { 'use strict';
Expand Down
2 changes: 1 addition & 1 deletion Alloy/builtins/moment/lang/id.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//! reference: http://id.wikisource.org/wiki/Pedoman_Umum_Ejaan_Bahasa_Indonesia_yang_Disempurnakan

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('alloy/moment')) :
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('/alloy/moment')) :
typeof define === 'function' && define.amd ? define(['moment'], factory) :
factory(global.moment)
}(this, function (moment) { 'use strict';
Expand Down
Loading

0 comments on commit 0f5cf00

Please sign in to comment.