From 594be7b52daac87fc8fa1f7ceaabe5dcced5943a Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Thu, 11 Oct 2012 10:01:49 -0700 Subject: [PATCH] Issue #1807688 by Lars Toomre: small docs cleanup in book module --- core/modules/book/book.admin.css | 1 - core/modules/book/book.js | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/core/modules/book/book.admin.css b/core/modules/book/book.admin.css index 864b6964e22..2f8f8dcce8d 100644 --- a/core/modules/book/book.admin.css +++ b/core/modules/book/book.admin.css @@ -1,4 +1,3 @@ - /** * @file * Admin styles for book module. diff --git a/core/modules/book/book.js b/core/modules/book/book.js index bee46aba25b..301c67ff104 100644 --- a/core/modules/book/book.js +++ b/core/modules/book/book.js @@ -1,3 +1,9 @@ +/** + * @file + * Javascript behaviors for the Book module. + */ + + (function ($) { "use strict";