Skip to content

Commit bb932bb

Browse files
author
Erwan Carriou
committed
- update karma conf
1 parent 842bea6 commit bb932bb

File tree

6 files changed

+196
-196
lines changed

6 files changed

+196
-196
lines changed

build/monoco-min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/monoco.js

Lines changed: 49 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/monoco.json

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -770,181 +770,181 @@
770770
"action": "function ready() { var systems = [], system = null, i = 0, length = 0; if (typeof document !== 'undefined') { systems = document.querySelectorAll('link[rel=system]'); length = systems.length; for (i = 0; i < length; i++) { system = systems[i]; if (system.getAttribute('async') === 'true') { this.load(system.href, true); } else { this.load(system.href, false); } } }}",
771771
"core": true
772772
},
773-
"1c0921a3931f564": {
774-
"_id": "1c0921a3931f564",
773+
"1dde71507512d34": {
774+
"_id": "1dde71507512d34",
775775
"component": "Monoco",
776776
"state": "error",
777777
"action": "function error(data) { console.error('monoco: ' + data.message, data.error); }",
778778
"core": true
779779
},
780-
"1e47f1118a12b00": {
781-
"_id": "1e47f1118a12b00",
780+
"1a323191dd1bd39": {
781+
"_id": "1a323191dd1bd39",
782782
"component": "Monoco",
783783
"state": "find",
784784
"action": "function find(Class, query) { return $component.find(Class, query);}",
785785
"core": true,
786786
"useCoreAPI": true
787787
},
788-
"14fe418d6118f07": {
789-
"_id": "14fe418d6118f07",
788+
"1aa44194861a03f": {
789+
"_id": "1aa44194861a03f",
790790
"component": "Monoco",
791791
"state": "system",
792792
"action": "function system(name) { var System = null, system = {}, result = [], conf = {}; if (name) { conf.master = true; conf.name = name; System = this.require('MonocoSystem'); system = new System(conf); } else { result = this.find('MonocoSystem', {'master': true}); if (result.length) { system = result[0]; } } return system; }",
793793
"core": true
794794
},
795-
"14a12136b31737a": {
796-
"_id": "14a12136b31737a",
795+
"15a48159f616962": {
796+
"_id": "15a48159f616962",
797797
"component": "Monoco",
798798
"state": "warning",
799799
"action": "function warning(message) { console.warn('monoco: ' + message); }",
800800
"core": true
801801
},
802-
"1a67a10a6c11557": {
803-
"_id": "1a67a10a6c11557",
802+
"135371883917b6f": {
803+
"_id": "135371883917b6f",
804804
"component": "MonocoChannel",
805805
"state": "listen",
806806
"action": "function listen(event, action) { $channel.listen(event, action); }",
807807
"core": true,
808808
"useCoreAPI": true
809809
},
810-
"139df1cc7212554": {
811-
"_id": "139df1cc7212554",
810+
"1b40a120341d1e7": {
811+
"_id": "1b40a120341d1e7",
812812
"component": "MonocoChannel",
813813
"state": "send",
814814
"action": "function send(message) { return $channel.send(message); }",
815815
"core": true,
816816
"useCoreAPI": true
817817
},
818-
"1a9d51771d15c57": {
819-
"_id": "1a9d51771d15c57",
818+
"1a281194671f956": {
819+
"_id": "1a281194671f956",
820820
"component": "MonocoClassInfo",
821821
"state": "collection",
822822
"action": "function collection(name) { var result = {}; if (this.metamodel()[name] === 'collection') { result = this.model()[name]; } return result; }",
823823
"core": true
824824
},
825-
"13f2d184cc1f6e9": {
826-
"_id": "13f2d184cc1f6e9",
825+
"17cf61d8bb11eb2": {
826+
"_id": "17cf61d8bb11eb2",
827827
"component": "MonocoClassInfo",
828828
"state": "collections",
829829
"action": "function collections() { var keys = Object.keys(this.metamodel()), item = '', result = [], i = 0, length = 0; length = keys.length; for (i = 0; i < length; i++) { item = keys[i]; if (this.metamodel()[item] === 'collection') { result.push(item); } } return result; }",
830830
"core": true
831831
},
832-
"1524f15dc71d05a": {
833-
"_id": "1524f15dc71d05a",
832+
"13be01d86f1dbc0": {
833+
"_id": "13be01d86f1dbc0",
834834
"component": "MonocoClassInfo",
835835
"state": "event",
836836
"action": "function event(name) { var result = {}; if (this.metamodel()[name] === 'event') { result = this.model()[name]; } return result; }",
837837
"core": true
838838
},
839-
"1023f18cf71eb37": {
840-
"_id": "1023f18cf71eb37",
839+
"1c0181ae5d111cc": {
840+
"_id": "1c0181ae5d111cc",
841841
"component": "MonocoClassInfo",
842842
"state": "events",
843843
"action": "function events() { var keys = Object.keys(this.metamodel()), item = '', result = [], i = 0, length = 0; length = keys.length; for (i = 0; i < length; i++) { item = keys[i]; if (this.metamodel()[item] === 'event') { result.push(item); } } return result; }",
844844
"core": true
845845
},
846-
"188241d3391fd8e": {
847-
"_id": "188241d3391fd8e",
846+
"182ea185a012620": {
847+
"_id": "182ea185a012620",
848848
"component": "MonocoClassInfo",
849849
"state": "method",
850850
"action": "function method(name) { var result = {}; if (this.metamodel()[name] === 'method') { result = this.model()[name]; } return result; }",
851851
"core": true
852852
},
853-
"1afb213724111a1": {
854-
"_id": "1afb213724111a1",
853+
"17762174c31742c": {
854+
"_id": "17762174c31742c",
855855
"component": "MonocoClassInfo",
856856
"state": "methods",
857857
"action": "function methods() { var keys = Object.keys(this.metamodel()), item = '', result = [], i = 0, length = 0; length = keys.length; for (i = 0; i < length; i++) { item = keys[i]; if (this.metamodel()[item] === 'method') { result.push(item); } } return result; }",
858858
"core": true
859859
},
860-
"164611f4ab13dc7": {
861-
"_id": "164611f4ab13dc7",
860+
"1593a1055e1337f": {
861+
"_id": "1593a1055e1337f",
862862
"component": "MonocoClassInfo",
863863
"state": "properties",
864864
"action": "function properties() { var keys = Object.keys(this.metamodel()), item = '', result = [], i = 0, length = 0; length = keys.length; for (i = 0; i < length; i++) { item = keys[i]; if (this.metamodel()[item] === 'property') { result.push(item); } } return result; }",
865865
"core": true
866866
},
867-
"1dd9f123781f643": {
868-
"_id": "1dd9f123781f643",
867+
"1bd9e1b93913277": {
868+
"_id": "1bd9e1b93913277",
869869
"component": "MonocoClassInfo",
870870
"state": "property",
871871
"action": "function property(name) { var result = {}; if (this.metamodel()[name] === 'property') { result = this.model()[name]; } return result; }",
872872
"core": true
873873
},
874-
"1ee461f72f1f43e": {
875-
"_id": "1ee461f72f1f43e",
874+
"153bc1ec4e142e6": {
875+
"_id": "153bc1ec4e142e6",
876876
"component": "MonocoComponent",
877877
"state": "destroy",
878878
"action": "function destroy() { $component.destroy(this.id()); }",
879879
"core": true,
880880
"useCoreAPI": true
881881
},
882-
"1026914ce3117af": {
883-
"_id": "1026914ce3117af",
882+
"165091da1012c3b": {
883+
"_id": "165091da1012c3b",
884884
"component": "MonocoComponent",
885885
"state": "off",
886886
"action": "function off(state, behaviorId) { var args = [], i = 0, length = 0; length = arguments.length; for (i = 0; i < length - 7; i++) { args.push(arguments[i]); } if ($workflow.checkParams({\"component\": this, \"methodName\": \"off\", \"args\": args})) { if ($metamodel.isValidState(state, this.constructor.name)) {$behavior.remove({\"behaviorId\": behaviorId, \"componentId\": this.id(), \"state\": state}); } else { $helper.getMonoco().warning({ \"message\":\"invoke 'off' method of component '\" + this.id() + \"' with an invalid state '\" + state + \"'\"}); } } }",
887887
"core": true,
888888
"useCoreAPI": true
889889
},
890-
"197bf17ef9155a8": {
891-
"_id": "197bf17ef9155a8",
890+
"15c2810f7d1a30f": {
891+
"_id": "15c2810f7d1a30f",
892892
"component": "MonocoComponent",
893893
"state": "require",
894894
"action": "function require(id) { return $component.get(id); }",
895895
"core": true,
896896
"useCoreAPI": true
897897
},
898-
"1300f1769113157": {
899-
"_id": "1300f1769113157",
898+
"1f600163761ae4d": {
899+
"_id": "1f600163761ae4d",
900900
"component": "MonocoDatabase",
901901
"state": "subsystem",
902902
"action": "function subsystem(params) { return $db.subsystem(params); }",
903903
"core": true,
904904
"useCoreAPI": true
905905
},
906-
"1f40612e071a5b1": {
907-
"_id": "1f40612e071a5b1",
906+
"181e81c18113d19": {
907+
"_id": "181e81c18113d19",
908908
"component": "MonocoDatabase",
909909
"state": "system",
910910
"action": "function system(system) { return $db.system(system); }",
911911
"core": true,
912912
"useCoreAPI": true
913913
},
914-
"1ebe615a581e51e": {
915-
"_id": "1ebe615a581e51e",
914+
"14b6d1e0561ef9d": {
915+
"_id": "14b6d1e0561ef9d",
916916
"component": "MonocoMetamodel",
917917
"state": "create",
918918
"action": "function create() { $metamodel.create(); }",
919919
"core": true,
920920
"useCoreAPI": true
921921
},
922-
"13b8e132b01154b": {
923-
"_id": "13b8e132b01154b",
922+
"194091d9381ff7e": {
923+
"_id": "194091d9381ff7e",
924924
"component": "MonocoMetamodel",
925925
"state": "schema",
926926
"action": "function schema(schema) { $metamodel.schema(schema); }",
927927
"core": true,
928928
"useCoreAPI": true
929929
},
930-
"1ec8d1c25c16ad0": {
931-
"_id": "1ec8d1c25c16ad0",
930+
"1fd4e1e3ca19c2a": {
931+
"_id": "1fd4e1e3ca19c2a",
932932
"component": "MonocoMetamodel",
933933
"state": "type",
934934
"action": "function type(type) { $metamodel.type(type); }",
935935
"core": true,
936936
"useCoreAPI": true
937937
},
938-
"15f011642916d06": {
939-
"_id": "15f011642916d06",
938+
"1116d100d813eb4": {
939+
"_id": "1116d100d813eb4",
940940
"component": "MonocoSystem",
941941
"state": "sync",
942942
"action": "function sync() { var dump = $db.dump(); this.schemas(dump.schemas); this.types(dump.types); this.behaviors(dump.behaviors); this.components(dump.components); }",
943943
"core": true,
944944
"useCoreAPI": true
945945
},
946-
"1153314bb910602": {
947-
"_id": "1153314bb910602",
946+
"1ae70139eb14fae": {
947+
"_id": "1ae70139eb14fae",
948948
"component": "e89c617b6b15d24",
949949
"state": "main",
950950
"action": "function main() { var monoco = $component.get('monoco'); monoco.ready(); }",

0 commit comments

Comments
 (0)