Browse Source

Added missing strict mode.

pull/175/head
Simon Eisenmann 11 years ago
parent
commit
e4daa5a005
  1. 2
      doc/plugin-example.js
  2. 2
      doc/plugin-test-authorize.js

2
doc/plugin-example.js

@ -18,6 +18,8 @@ @@ -18,6 +18,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
"use strict";
define(['angular'], function(angular) {
return {

2
doc/plugin-test-authorize.js

@ -18,6 +18,8 @@ @@ -18,6 +18,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
"use strict";
define(['angular', 'sjcl'], function(angular, sjcl) {
return {

Loading…
Cancel
Save