Use consistent boiler plate throughout js files

This commit is contained in:
lilia 2015-03-05 15:44:53 -08:00
parent f89cf890df
commit 2ee34343a8
15 changed files with 25 additions and 40 deletions

View file

@ -13,10 +13,9 @@
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
var Whisper = Whisper || {};
(function () {
'use strict';
window.Whisper = window.Whisper || {};
Whisper.FileSizeToast = Whisper.ToastView.extend({
template: $('#file-size-modal').html()