Skip to content

Commit e4daa5a

Browse files
committed
Added missing strict mode.
1 parent fddaf95 commit e4daa5a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

doc/plugin-example.js

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1919
*
2020
*/
21+
22+
"use strict";
2123
define(['angular'], function(angular) {
2224

2325
return {

doc/plugin-test-authorize.js

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1919
*
2020
*/
21+
22+
"use strict";
2123
define(['angular', 'sjcl'], function(angular, sjcl) {
2224

2325
return {

0 commit comments

Comments
 (0)