Browse Source

kernel: use strict

Herbert Vojčík 7 years ago
parent
commit
5e54ece864
3 changed files with 6 additions and 0 deletions
  1. 2 0
      support/boot.js
  2. 2 0
      support/brikz.js
  3. 2 0
      support/kernel-runtime.js

+ 2 - 0
support/boot.js

@@ -1,3 +1,5 @@
+"use strict";
+
 /* ====================================================================
  |
  |   Amber Smalltalk

+ 2 - 0
support/brikz.js

@@ -1,3 +1,5 @@
+"use strict";
+
 define([], function () {
     return function Brikz(api, apiKey, initKey) {
         //jshint eqnull:true

+ 2 - 0
support/kernel-runtime.js

@@ -1,3 +1,5 @@
+"use strict";
+
 //jshint eqnull:true
 
 define(function () {