Fixing a typo

This commit is contained in:
Will Marshall
2014-04-08 18:11:07 +10:00
parent 2de5988acd
commit 101a4a0bed

View File

@@ -1,4 +1,3 @@
<<<<<<< HEAD
window.Darkswarm = angular.module("Darkswarm", ["ngResource", "filters", 'mm.foundation', 'angularLocalStorage', 'pasvaz.bindonce', 'infinite-scroll']).config ($httpProvider, $tooltipProvider) ->
$httpProvider.defaults.headers.post['X-CSRF-Token'] = $('meta[name="csrf-token"]').attr('content')
$httpProvider.defaults.headers['common']['X-Requested-With'] = 'XMLHttpRequest'