add global window to satisfy JSLint

This commit is contained in:
Jacques Couzteau 2012-09-12 14:00:34 -07:00
Родитель 064e58c680
Коммит bd175a4a64
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -23,7 +23,7 @@
/*jslint vars: true, plusplus: true, devel: true, nomen: true, indent: 4, maxerr: 50 */
/*global define, $, brackets */
/*global define, window, $, brackets */
/**
* Utilities for managing pop-ups.