]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add missing global declaration for SimpleJekyllSearch
authorChris Rebert <code@rebertia.com>
Mon, 29 Dec 2014 20:42:31 +0000 (12:42 -0800)
committerChris Rebert <code@rebertia.com>
Mon, 29 Dec 2014 20:42:31 +0000 (12:42 -0800)
docs/assets/js/src/application.js

index c97ec9299257d2c3385250d1a6cdbcd463ca8749..c9b1de86c2cc872b9dbfc5142899f6cc1beb95b1 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 /* global ZeroClipboard */
+/* global SimpleJekyllSearch */
 
 !function ($) {
   'use strict';