method of static class JsNgram

Description

Show header at result.

Example
JsNgram.loadHeader(['search', 'result', 'header']);
      
Usage

loadHeader(arr);

Argument arr is an array of header text. This makes a header at the top of result block.

Currently, header is set to blank, because the method whenSearchRequestDone calls this method without arguments.