From f945e1b0d8eca17068ae355d009a818f17de3393 Mon Sep 17 00:00:00 2001 From: mattn Date: Wed, 2 Nov 2011 12:16:00 +0900 Subject: dos2unix --- template/javascript/base-anon-call.js | 6 +++--- template/javascript/ship-anon-function.js | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/template/javascript/base-anon-call.js b/template/javascript/base-anon-call.js index b9873d9..fc17a30 100644 --- a/template/javascript/base-anon-call.js +++ b/template/javascript/base-anon-call.js @@ -1,3 +1,3 @@ -(function() { - {{_cursor_}} -})(); +(function() { + {{_cursor_}} +})(); diff --git a/template/javascript/ship-anon-function.js b/template/javascript/ship-anon-function.js index ec979d5..4c88a86 100644 --- a/template/javascript/ship-anon-function.js +++ b/template/javascript/ship-anon-function.js @@ -1,3 +1,3 @@ -(function() { - {{_cursor_}} -}) +(function() { + {{_cursor_}} +}) -- cgit v1.2.3-54-g00ecf