Skip to content

Commit

Permalink
Merge pull request ExactTarget#340 from vernak2539/input_parsing_if_m…
Browse files Browse the repository at this point in the history
…oment_available

Input parsing if moment available
  • Loading branch information
vernak2539 committed Nov 22, 2013
2 parents ee48352 + 344eb8a commit 859ea00
Show file tree
Hide file tree
Showing 7 changed files with 7,740 additions and 49 deletions.
14 changes: 10 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,17 @@

<script>
requirejs.config({
config: {
moment: {
noGlobal: true
}
},
paths: {
'jquery': 'lib/jquery-1.9.1.min',
'underscore': 'http://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.3.3/underscore-min',
'bootstrap': 'lib/bootstrap/js',
'fuelux': 'src'
jquery: 'lib/jquery-1.9.1.min',
underscore: 'http://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.3.3/underscore-min',
bootstrap: 'lib/bootstrap/js',
fuelux: 'src',
moment: 'lib/moment' // comment out if you dont want momentjs to be default
}
});

Expand Down
Loading

0 comments on commit 859ea00

Please sign in to comment.