vendor/assets/javascripts/moment/eu.js in momentjs-rails-2.10.6 vs vendor/assets/javascripts/moment/eu.js in momentjs-rails-2.11.0

- old
+ new

@@ -1,11 +1,12 @@ //! moment.js locale configuration //! locale : euskara (eu) //! author : Eneko Illarramendi : https://github.com/eillarra -(function (global, factory) { - typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('../moment')) : +;(function (global, factory) { + typeof exports === 'object' && typeof module !== 'undefined' + && typeof require === 'function' ? factory(require('../moment')) : typeof define === 'function' && define.amd ? define(['moment'], factory) : factory(global.moment) }(this, function (moment) { 'use strict'; @@ -58,6 +59,6 @@ } }); return eu; -})); +})); \ No newline at end of file