質問編集履歴
1
Javascriptの記述にて、脱字があったので修正しました
test
CHANGED
File without changes
|
test
CHANGED
@@ -86,6 +86,16 @@
|
|
86
86
|
|
87
87
|
|
88
88
|
|
89
|
+
function ScrollHeader() {
|
90
|
+
|
91
|
+
this.originalSection = document.querySelectorAll('section');
|
92
|
+
|
93
|
+
this.configure();
|
94
|
+
|
95
|
+
}
|
96
|
+
|
97
|
+
|
98
|
+
|
89
99
|
ScrollHeader.prototype.viewMenu = function () {
|
90
100
|
|
91
101
|
var _this = this;
|