Skip to content

Commit

Permalink
add moment as required in date helpers definition
Browse files Browse the repository at this point in the history
  • Loading branch information
wellingguzman committed Apr 20, 2017
1 parent d93d9d2 commit dab8c16
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/helpers/date.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
define(function() {
var moment = require('moment');
define(['moment'], function (moment) {

var helper = {};

Expand Down

0 comments on commit dab8c16

Please sign in to comment.