Procházet zdrojové kódy

kernel: use strict

Herbert Vojčík před 7 roky
rodič
revize
5e54ece864
3 změnil soubory, kde provedl 6 přidání a 0 odebrání
  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 () {