mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2025-12-18 19:02:22 +01:00
Use strict everywhere
This commit is contained in:
@@ -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