Skip to content

Commit

Permalink
Chat.js: Add chat as a potential incoming global.
Browse files Browse the repository at this point in the history
  • Loading branch information
tchalvak committed Dec 29, 2017
1 parent e840d3f commit edffbbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/www/js/chat.js
@@ -1,6 +1,6 @@
/* Manipulate chats to and from the api */
/*jshint browser: true, white: true, plusplus: true*/
/*global $, NW */
/*global $, NW, Chat */
(function ($) {
'use strict';
// Add shake plugin to jQuery
Expand Down

0 comments on commit edffbbd

Please sign in to comment.