From e4daa5a005c580fba7884aa3103ee7ff3aa88e3b Mon Sep 17 00:00:00 2001 From: Simon Eisenmann Date: Tue, 9 Dec 2014 16:04:46 +0100 Subject: [PATCH] Added missing strict mode. --- doc/plugin-example.js | 2 ++ doc/plugin-test-authorize.js | 2 ++ 2 files changed, 4 insertions(+) diff --git a/doc/plugin-example.js b/doc/plugin-example.js index da75d52a..518a9b7f 100644 --- a/doc/plugin-example.js +++ b/doc/plugin-example.js @@ -18,6 +18,8 @@ * along with this program. If not, see . * */ + +"use strict"; define(['angular'], function(angular) { return { diff --git a/doc/plugin-test-authorize.js b/doc/plugin-test-authorize.js index 35f9b5ce..0c005fb5 100644 --- a/doc/plugin-test-authorize.js +++ b/doc/plugin-test-authorize.js @@ -18,6 +18,8 @@ * along with this program. If not, see . * */ + +"use strict"; define(['angular', 'sjcl'], function(angular, sjcl) { return {