mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2026-01-06 03:52:39 +01:00
Use strict everywhere
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
(function(app, core){
|
||||
"use strict";
|
||||
|
||||
var should = core.should;
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
(function(app, core) {
|
||||
"use strict";
|
||||
|
||||
var should = core.should;
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
(function(app) {
|
||||
"use strict";
|
||||
|
||||
function Template(html) {
|
||||
this.html = html;
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
(function(app, is){
|
||||
"use strict";
|
||||
|
||||
app.modelView = function (modelCtor, builder) {
|
||||
var name = getKey(modelCtor);
|
||||
app.di.register(name, builder);
|
||||
|
||||
Reference in New Issue
Block a user